List your API keys
GET/user/keys
List the paginated details of your API keys.
To learn how to use the token of an API key to authenticate your API requests, read the bearer tokens page.
Query Parameters
The index of the page.
Possible values: >= 1
1
The maximum size of the pages.
Possible values: >= 1
and <= 50
20
The criteria used to sort the keys.
Possible values: [handle
, createdAt
]
handle
The term used to search the keys by handle or alias.
The term used to search keys after or equal to the specified date.
The term used to search keys before or equal to the specified date.
Responses
- 200
The requested page of the list of your API keys
Headers
Page-Total
integer
The total number of pages available.
Page-Size
integer
The selected maximum size of the pages.
Page-Current
integer
The index of the requested page.
Item-Total
integer
The total number of items.
Response Body