Skip to main content
GET
List tokens

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Query Parameters

status
enum<string>[]

Only tokens in one of these statuses. Repeat the parameter to pass several: status=ACTIVE&status=SUSPENDED

Available options:
PROVISIONED,
ACTIVE,
SUSPENDED,
EXPIRED,
REVOKED
type
enum<string>[]

Only tokens of one of these types. Repeat the parameter to pass several

Available options:
RFID,
APP_USER,
AD_HOC_USER,
EMAID,
OTHER
after
string

Opaque pagination cursor: the pagination.end_cursor of a previous response

limit
integer
default:50

Results per page

Required range: 1 <= x <= 200
sort_by
enum<string>

Property to sort by

Available options:
created_at,
last_updated,
uid
sort_direction
enum<string>
default:asc
Available options:
asc,
desc

Response

One page of tokens

data
object[]
required
pagination
object
required