...
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
and
Server Urls:
Production server url : https://api.mafint.com
(SG)
https://apicn.mafint.com
(HK)
...
...
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.
...
Tokens expire automatically after a certain period and can also be deactivated at any time.
...
Create the token
To create an API token, follow these steps:
...