List all API tokens for the authenticated user
get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Responses
200Success
application/json
messageconst: Tokens retrieved successfully.Required
dataarray · min: 1 · max: 1Required
metaany ofRequired
or
stringOptional
linksstringRequired
401
Unauthenticated
application/json
500Error
application/problem+json
get/tokens
GET /your-tenant/api/v1/tokens HTTP/1.1
Host: plan.claret.app
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
"message": "text",
"data": [],
"meta": [],
"links": "text"
}Last updated
Was this helpful?