Skip to main content

API Tokens

Create and manage long-lived API authentication tokens for programmatic access.

See also: API Tokens documentation | Full API Reference for interactive testing and complete schemas.

Endpoints

MethodPathDescriptionReference
POST/auth-tokens/createCreate auth tokenAPI Reference →
GET/auth-tokens/public-keyGets the public key for verifying authentication tokensAPI Reference →
POST/auth-tokens/reset-keysResets the public and private keysAPI Reference →
POST/auth-tokens/revokeRevoke all tokensAPI Reference →
POST/auth-tokens/revoke/{username}Revoke all tokens for userAPI Reference →
GET/auth-tokens/verifyParse and verify an authentication tokenAPI Reference →