Lists the API tokens in your workspace. Secrets are never returned — only metadata.
Lists the API tokens in your workspace. Secrets are never returned — only metadata.
Returns token metadata for the workspace.
GET
/auth/tokensBearer token — `Bearer dxb_live_…`.
Response
200Tokens listed
cURL
curl --request GET \ --url https://api.doxbrix.io/v1/auth/tokens
{ "data": [ { "id": "tok_01J8", "name": "ci-publisher", "scopes": ["write","publish"], "lastUsedAt": "2026-06-01T09:00:00Z" } ] }