# 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)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://eshop.gitbook.io/eshopbox-developers/basics/content.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
