Skip to content
Get started

API Keys

List API tokens
auth.api_keys.list(APIKeyListParams**kwargs) -> APIKeyListResponse
GET/api/auth/api-keys/
Generate API token
auth.api_keys.create(APIKeyCreateParams**kwargs) -> APIKeyCreateResponse
POST/api/auth/api-keys/
Revoke API token
auth.api_keys.revoke(strid)
DELETE/api/auth/api-keys/{id}/