Skip to main content
GET
List User Api Tokens Endpoint

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

authorization
string | null
x-ankra-organisation-id
string | null

Response

Successful Response

created_at
string<date-time>
required
expires_at
string<date-time>
required
id
string<uuid4>
required
last_used_at
string<date-time> | null
required
name
string
required
revoked
boolean
required
read-only
revoked_at
string<date-time> | null
required