Skip to content

List the caller's API tokens

GET
/auth/tokens

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
nullable
last_used_at
string format: date-time
nullable

Authentication required, missing, or invalid

object
error
required

Human-readable error summary

string
Example
the request could not be completed
Example
{
"error": "authentication required: sign in and retry with a valid session or API token"
}