API keys
API keys allow scripted access to v2 endpoints.
Creating a key
Section titled “Creating a key”Use the dashboard to create an API key, then store it securely (it is shown once).
Using a key
Section titled “Using a key”Send the key in the Authorization header:
curl -sS \\ -H "Authorization: Bearer $AMMM_API_KEY" \\ "$NEXT_PUBLIC_API_BASE_URL/v2/system/status"Revoking a key
Section titled “Revoking a key”Keys are revoked manually from the dashboard.