Each REST API request must include authorization with a token, which can be generated in your user account profile or in accounts of other users if you have sufficient rights to do so. You can always generate a new token.
Each request must be accompanied by the following header:
Authorization: Bearer <token>
Possible errors:
HTTP code |
Description |
message field value |
details field value |
400 |
Invalid header |
invalid authorization header |
Example: <example> |
403 |
The token does not exist or the owner user is disabled |
access denied |
|