EN

Authentication and authorization

An API token is required to use the platform's HTTP API. It is specified in each request in the Authorization header after the word Bearer in the format:
Authorization: Bearer <ACCESS_TOKEN>
💡
Important: The token only works for requests that were marked when it was created. when it was created. If you use other methods, you will get a 403 error Forbidden