Authorizing API requests

May 15, 2024

ID 268775

Each API request must include token-based authorization. The user whose token is used to make the API request must have the permissions to perform this type of request.

Each request must be accompanied by the following header:

Authorization: Bearer <token>

Possible errors

HTTP code

Description

message field value

400

Invalid header

invalid authorization header

403

The token does not exist or the owner user is disabled

access denied

Did you find this article helpful?
What can we do better?
Thank you for your feedback! You're helping us improve.
Thank you for your feedback! You're helping us improve.