Authentication

Vumi Finlink API uses token-based authentication (with JWT). To perform any type of operation to connections in the API, you must included a Bearer token in the headers of your requests. To know how to configure credentials for your apps go to the API Configuration page.

Tokens for the Vumi Finlink API last for one hour and can't be refreshed. Everytime your token expires, you must perform another login operation. Moreover, sessions for our API are unique per set of credentials. That means that every secret can only have one active session at a time.

Available endpoints related to authentication are the following:

Last updated