Authentication

Our authentication is based on access keys that are transformed into a JWT tokens and are used for endpoint requests. To get a JWT token from your access key, you will need to call the above endpoint.

In every request later, the authorization header has to be set:

Authorization: Bearer Token_Here

After each request, a new token is generated and sent back to the user in the authorization header. You can use this token to make other requests. With every new token created, the previous token will be invalidated.

Controlled Errors

These are the errors code when the property hasErrors are equal to true.

Error CodeError Message
error_invalid_dataInvalid Access Key
error_account_not_foundAccount Not Found
error_account_accesskey_expiredAccount Access Key Expired
error_user_not_foundApi user not found for Account {account ID}
error_account_accesstoken_issueAccess Token not issued
failed_system_operationOperation Failed
Language
Click Try It! to start a request and see the response here!