# Authorization

All endpoints require authentication. You must pass your **API** **key** in the `Authorization` header, like below:

```
Authorization: Bearer <API_KEY>
```
