Skip to main content
All endpoints require authentication with admin or owner role. See Authentication.

List tokens

Returns all API tokens for the team. Token values are not included — only metadata like name, last used, and creation date.

Create a token

string
required
Descriptive name for the token (e.g., “Production Service”)
Returns the full token value starting with obk_. This is the only time the raw token is shown — store it securely.

Delete a token

Immediately revokes the token. Any service using this token will lose access.