Getting code snippets for authentication
Getting an authentication token
Authentification to the API is documented in each Tenant under the menu API > Authentication
Perform the documented query with a valid username/password combination in order to get an authentication token.
Token validity
The access token lifetime is 7 days.
The refresh token lifetime is 1 year.
Important note on Security
If you need to perform authenticated queries programmatically from your application, you will need to consider the best practices for handling these credentials safely, without storing passwords for example.
Last modified:
Apr 18, 2023
Post your comment on this topic.