Skip to main content

List tokens

GET /api/tokens lists OAuth tokens available on the server

Required scope: tokens:read:all

Query Parameters
page int32
q string
client_id string
scope string
type string
start_at date-time
end_at date-time
Responses
200
Schema OPTIONAL
data object[] OPTIONAL
id string OPTIONAL
type string OPTIONAL
response_type string OPTIONAL
value string OPTIONAL
id_token string OPTIONAL
id_token_claims object OPTIONAL
refresh_token string OPTIONAL
previous_code string OPTIONAL
previous_codes object[] OPTIONAL
previous_token string OPTIONAL
agent_token string OPTIONAL
scope string[] OPTIONAL
requested_scope string[] OPTIONAL
redirect_uri string OPTIONAL
expires_at date-time OPTIONAL
revoked_at date-time OPTIONAL
refresh_token_revoked_at date-time OPTIONAL
sub string OPTIONAL
user object OPTIONAL
public_client_id string OPTIONAL
client object OPTIONAL
inserted_at date-time OPTIONAL
updated_at date-time OPTIONAL
scopes string[] OPTIONAL
types string[] OPTIONAL
type_counts object OPTIONAL
token_counts object OPTIONAL
token_counts_time_scale_unit string OPTIONAL
page_number int32 OPTIONAL
page_size int32 OPTIONAL
total_pages int32 OPTIONAL
total_entries int32 OPTIONAL
401

The client is unauthorized to access this resource.

Schema OPTIONAL
code string
message string
403

The client is forbidden to access this resource.

Schema OPTIONAL
code string
message string