Authorization
Supported versions
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 document.
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...
For more information about Inboxes, check out the Glossary.
Last updated