List the caller's API tokens
GET /auth/tokens
GET
/auth/tokens
Authorizations
Section titled “Authorizations ”Responses
Section titled “ Responses ”List of tokens (without the token values).
Array<object>
object
id
required
string format: uuid
name
required
string
scopes
required
Array<string>
created_at
required
string format: date-time
expires_at
string format: date-time
last_used_at
string format: date-time
Authentication required, missing, or invalid
object
error
required
Human-readable error summary
string
Example
the request could not be completedExample
{ "error": "authentication required: sign in and retry with a valid session or API token"}