List API tokens
GET
/api/tokens
Authorizations
bearerAuth
API token created via POST /api/tokens or the db:create-token CLI command
Type
HTTP (bearer)
Responses
API tokens (previews only, not full tokens)
application/json
JSON
{
"data": [
{
"id": 0,
"name": "string",
"token_preview": "string",
"created_at": "string"
}
]
}
GET
/api/tokens
