List the caller's API keys.
User Access Keys
List the caller's API keys.
List the authenticated user’s API keys. Returns API key metadata only — secrets and hashes are never returned. Results are paginated.
GET
List the caller's API keys.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Allows you to order results by any field. For desc order prefix field name with - and provide comman separated values for multiple fields
Limit for the pagination
Offset for the pagination
Response
Paginated list of the caller's API keys. Pagination metadata (total, offset, page_size) is included in the response envelope.