> For the complete documentation index, see [llms.txt](https://docs.feedbackly.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.feedbackly.com/dispatch-api/authentication.md).

# Authentication

## Making requests

Requests are authenticated with the `Authorization` header. Example:

```
headers = {'Authorization': 'ey0iuefg.834xcunerun348efnsd'}
```
