From ffe82c0c0b9663db2a3a025ac06eb4c252b43ed9 Mon Sep 17 00:00:00 2001 From: cpunch Date: Fri, 13 Jun 2025 03:50:07 -0500 Subject: [PATCH] 'api key' --- content/docs/api.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/docs/api.md b/content/docs/api.md index 62adb78..e8735f8 100644 --- a/content/docs/api.md +++ b/content/docs/api.md @@ -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 >}}