8 lines
312 B
Markdown
8 lines
312 B
Markdown
# Authenticating requests
|
|
|
|
To authenticate requests, include an **`Authorization`** header with the value **`"Bearer {YOUR_AUTH_KEY}"`**.
|
|
|
|
All authenticated endpoints are marked with a `requires authentication` badge in the documentation below.
|
|
|
|
You can retrieve your token by login in with the passport routes.
|