/
Generate New API Token

Generate New API Token

This guide explains what an API token is, why you need one, and how to create one.


Learning outcomes

  • Learn how an API token is used.

 

What you need

http://dev.portal.mafint.com/

 

MAFINT API tokens

MAFINT API tokens are used to authenticate requests to MAFINT APIs. When calling an MAFINT API endpoint, you need to supply a valid API token in the HTTP Authorization header, with a valid token specified as the header value. You need to prefix the value with the JWT identifier, which specifies the proprietary authentication scheme that MAFINT uses. For example:

JWT eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9 ... XmzAoTG3K-zrg

 

*Note: the generated token will never be expired.



Privilege level

API tokens required user to sign in to their own MAF account to create them.

 


Create the token

To create an API token, follow these steps:

  1. Sign in to http://dev.portal.mafint.com/ as MAF user .

  2. Click ‘My Profile' under 'Settings’ from the navigation sidebar on the left. 

  1. In My Profile page, select the API Token tab.

  1. Click Generate New API Token.

  2. The new token will be generated, the token can be copied by clicking the copy icon for further use.

     

Related content

MAFINT Public REST API Document
MAFINT Public REST API Document
More like this
C-Strategy
C-Strategy
Read with this
Errors
More like this
MAF Cloud Support Portal Guide
MAF Cloud Support Portal Guide
More like this
MAF Cloud Onboarding Guide
MAF Cloud Onboarding Guide
More like this
Step 1. Sign up for Account, Login and Logout
Step 1. Sign up for Account, Login and Logout
More like this