Auth
JWT Token used to authorize API-requests. The authorization process is possible upon the availability of a JWT-token, using which each subsequent query to the API should be signed. To receive a JWT-token, you need to send a request passing the api-key from the Integrations and API section in your personal account.
"Authorization": "Bearer: {JWT-token}"Last updated
Was this helpful?