Auth

General information

Performing actions via API requires authorization via a special token - X-Token. Authorization is required due to security requirements, access to your data will be obtained only by sending a request with the appropriate header.

Getting X-Token

As it was already written above - X-Token is required to execute API requests.

To get it you need to launch Vision application, go to Settings section.

In the screenshot above, the X-Token field is circled in green. To copy it, just click the Copy button next to the field.

The token is used in all API requests and serves as an authorization method.

**Do not share your X-Token with anyone!