List API keys

Returns a list of active API keys matching the given query parameters.

This endpoint is rate limited to 5 QPS.

Scopes: API_KEYS_READ

Headers

AcceptstringRequired
X-RegionstringRequired
X-SignaturestringRequired
User-AgentstringRequired

Query parameters

cursorstringOptional>=1 character
A pagination cursor returned by a previous call to this endpoint. Provide this cursor to retrieve the next set of results for the original query.
limitintegerOptional>=1<=100Defaults to 50
Maximum number of API keys to return.

Response

OK
api_keyslist of objects
List of API keys for the given query parameters.
cursorstring or null
The pagination cursor to be used in a subsequent request. If empty, this is the final response.

Errors