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
| Method | Path | Description | Reference |
|---|---|---|---|
| POST | /auth-tokens/create | Create auth token | API Reference → |
| GET | /auth-tokens/public-key | Gets the public key for verifying authentication tokens | API Reference → |
| POST | /auth-tokens/reset-keys | Resets the public and private keys | API Reference → |
| POST | /auth-tokens/revoke | Revoke all tokens | API Reference → |
| POST | /auth-tokens/revoke/{username} | Revoke all tokens for user | API Reference → |
| GET | /auth-tokens/verify | Parse and verify an authentication token | API Reference → |