Files
backend/src/.scribe/auth.md

8 lines
332 B
Markdown
Raw Normal View History

2025-05-01 19:26:39 +02:00
# 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 manage your tokens at the **`profile`** page in the **`API Tokens`** section.