post
https://api-identifid.determan.dev/v1/access-manager/token
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 Code | Error Message |
|---|---|
| error_invalid_data | Invalid Access Key |
| error_account_not_found | Account Not Found |
| error_account_accesskey_expired | Account Access Key Expired |
| error_user_not_found | Api user not found for Account {account ID} |
| error_account_accesstoken_issue | Access Token not issued |
| failed_system_operation | Operation Failed |
