Skip to main content
GET
List token access logs

Authorizations

x-api-key
string
header
required

API Key authentication. Format: 'x-api-key: api_key'

Query Parameters

action
string[]

Multiple values may be separated by commas.

created_at__gt
string<date-time>
created_at__gte
string<date-time>
created_at__lt
string<date-time>
created_at__lte
string<date-time>
cursor
string

The pagination cursor value.

page_size
integer

Number of results to return per page.

status_code
integer
status_code__gte
integer
status_code__lt
integer
token_id
string[]

Multiple values may be separated by commas.

token_kind
string[]

Multiple values may be separated by commas.

token_owner_id
string[]

Multiple values may be separated by commas.

transport
string[]

Multiple values may be separated by commas.

Response

200 - application/json
results
object[]
required
next
string<uri> | null
Example:

"http://api.example.org/accounts/?cursor=cD00ODY%3D\""

previous
string<uri> | null
Example:

"http://api.example.org/accounts/?cursor=cj0xJnA9NDg3"