'api key'

This commit is contained in:
cpunch 2025-06-13 03:50:07 -05:00
parent 53302ff29b
commit ffe82c0c0b

View File

@ -7,12 +7,12 @@ date: "2025-05-01T18:47:58-05:00"
lastmod: "2025-05-01T18:47:58-05:00"
---
MoonVeil is available to be used programmatically via it's web API if you'd like. Start by [creating an API token](/account).
MoonVeil is available to be used programmatically via it's web API if you'd like. Start by [creating an API key](/account).
## Authorization
Each API request expects an `Authorization` header in the format of `Authorization: Bearer mv-secret-...` where `mv-secret-...` is the API token you just created.
{{% alert context="warning" text="**DO NOT** share this token with anyone else!" /%}}
Each API request expects an `Authorization` header in the format of `Authorization: Bearer mv-secret-...` where `mv-secret-...` is the API key you just created.
{{% alert context="warning" text="**DO NOT** share this key with anyone else!" /%}}
{{< swagger >}}