Authorization
Supported versions
Last updated
Was this helpful?
Supported versions
Last updated
Was this helpful?
Authorization uses pairs of Access
and Refresh
tokens. Access token is short-lived and can be generated by using a refresh token. The detailed description how to obtain a new token you can find in this .
This version of API requires only one authorization header, you don't need to specify the Community
header.
Authorization header with access token must look like:
Authorization: Bearer eyJhbGciOiJIUzUxMiIsInR5cCI6IkpXVCJ9.eyJjaWQiOi...