> For the complete documentation index, see [llms.txt](https://eshop.gitbook.io/eshopbox-developers/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://eshop.gitbook.io/eshopbox-developers/basics/content.md).

# Headers

## Authorization

All requests to Eshopbox API need to be accompanied by an authorization header with an access token:

`Authorization: Bearer safsa113131532a0913451sdf021fsw352sga235gasffaqerasfa`

## Content-Type

Requests made to Eshopbox API must be encoded as **JSON** and contain the header&#x20;

`Content-Type: application/json`

Responses from the Eshopbox API, including errors, are encoded as **JSON**.[<br>](https://docs.moltin.com/api/basics/authentication/permissions)
