Skip to content

API keys

API keys allow scripted access to v2 endpoints.

Use the dashboard to create an API key, then store it securely (it is shown once).

Send the key in the Authorization header:

Terminal window
curl -sS \\
-H "Authorization: Bearer $AMMM_API_KEY" \\
"$NEXT_PUBLIC_API_BASE_URL/v2/system/status"

Keys are revoked manually from the dashboard.