> ## Documentation Index
> Fetch the complete documentation index at: https://integrate.essentry.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Authentication

All API endpoints require authentication. When you create an integration
through the essentry dashboard, you will receive a bearer token that must be
included in the `Authorization` header of your requests.

```http theme={null}
Authorization: Bearer YOUR_ACCESS_TOKEN
```
