Skip to main content

Obtaining a token

  • Log in to your personal account.
  • Go to the Dev Space section.
  • Create a new token by specifying: - Token name (for easy identification). - IP restrictions (optional) - you can specify a list of trusted IP addresses from which the token can be used.
  • Save the generated token - it is displayed only once!

Using a token

To access API methods, you must pass a valid token in the Authorization header with each request. The format of the header is as follows: Copy
Authorization: Bearer <your_token>