...
Learn how an API token is used.
Find out when a token expires and what happens when it expires.
Find out how API tokens are deactivated.
What you need
httpshttp://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:
...
To create an API token, follow these steps:
Sign in to https http://dev.portal.mafint.com/ as a MAF user .
Click ‘My Profile' under 'Settings’ from the navigation sidebar on the left.
...