mirror of
https://github.com/vitodeploy/vito.git
synced 2025-04-22 19:22:19 +00:00
8 lines
337 B
Markdown
8 lines
337 B
Markdown
# Authenticating requests
|
|
|
|
To authenticate requests, include an **`Authorization`** header with the value **`"Bearer YOUR-API-KEY"`**.
|
|
|
|
All authenticated endpoints are marked with a `requires authentication` badge in the documentation below.
|
|
|
|
You can retrieve your token by visiting <a href="/settings/api-keys" target="_blank">here</a>
|