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.

API authentication snippet

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: Aug 26, 2020

Feedback

Was this helpful?

Yes No
You indicated this topic was not helpful to you ...
Could you please leave a comment telling us why? Thank you!
Thanks for your feedback.

Post your comment on this topic.

Post Comment