API keys
List your API keys
List the paginated details of your API keys.
GET
To learn how to use the token of an API key to authenticate your API requests, read the bearer tokens page.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
The index of the page.
Required range:
x > 1
The maximum size of the pages.
Required range:
1 < x < 50
The criteria used to sort the keys.
Available options:
handle
, createdAt
The term used to search the keys by handle or alias.
The term used to search data after or equal to the specified date.
The term used to search data before or equal to the specified date.
Response
200 - application/json
The alias of the API key.
The date and time when the API key was created.
The handle of the API key. Is unique.
The UUID of the API key. Is unique.
The Base64-encoded bearer token of the API key. Is unique.