# Authorization

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](https://developers.socialboards.com/docs/apis/tickets/authorization-headers/access-tokens-v2).

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...`

{% hint style="info" %}
For more information about Inboxes, check out the [Glossary](https://developers.socialboards.com/docs/apis/tickets/glossary).
{% endhint %}
