Appearance
--- aside: false outline: false --- Powered by VitePress OpenAPI
Get API user tokens
GET
/private/tokens
Returns all tokens for the authenticated API user. Requires token rotation to be enabled. Includes issue dates for each token.
Authorizations
bearerAuth
Type
HTTP (bearer)
Responses
Tokens information
application/json
JSON "tokens": [ { "token": "string", "issuedAt": "string" } ], "tokenRotationEnabled": true
{
}