List API Tokens
Returns a list of API tokens belonging to a user.
get/v1/auth/api-tokens
Response
Successful response
Example response
{
"tokens": [
{
"name": "my-token",
"id": "clGFZ4STEe6fljpFzIum8A",
"organization": "my-org",
"group": "default",
"scopes": [
"db:create",
"db:configure",
"db:mint-token"
],
"created_at": "2026-05-21"
}
]
}Changes
No recorded changes to this endpoint across all 1 revision of this API.