Manage API tokens for programmatic access. See Authentication for usage details.

List Tokens

Create a Token

string
required
Descriptive name for the token
string[]
Permission scopes (empty = full access)
Response: 201 Created
The token value is only returned once. Store it securely.

Revoke a Token

The token is immediately invalidated.