Skip to content
--- aside: false outline: false ---

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
}

Playground

Authorization

Samples

Powered by VitePress OpenAPI