> For the complete documentation index, see [llms.txt](https://developers.socialboards.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developers.socialboards.com/docs/apis/tickets/authorization-headers.md).

# 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](/docs/apis/tickets/authorization-headers/access-tokens-v2.md).

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](/docs/apis/tickets/glossary.md).
{% endhint %}
