## Authentication

Almost every endpoint requires an API key, sent in the
`Authorization` header with the `Token` prefix:

```
Authorization: Token YOUR_AUTH_TOKEN
```

`YOUR_AUTH_TOKEN` is the API key issued to you by Dyflexis.

To call an endpoint directly from these docs: open the
operation, click **Try it**, and open the **Security** tab of
the request panel. **Name** is pre-filled with `Authorization`
and **API key** with `Token YOUR_AUTH_TOKEN`; replace
`YOUR_AUTH_TOKEN` with your API key, keeping the `Token `
prefix. The key is kept in your browser's session storage only
and is cleared when the session ends.