Endpoints
API KEYS
Create and manage API keys with granular scopes.
GET
/api/v1/keysAuth
List all API keys (plaintext never returned)
POST
/api/v1/keysAuth
Create API key β plaintext shown once
Request Body
namestring (required)scopescomma-separated scopes or empty for full accessDELETE
/api/v1/keys/:idAuth
Revoke an API key permanently
Was this page helpful?