Request

apiId
string
required

The ID of the api you want to retrieve.

limit
int
default: 100

Limit the number of returned keys, the maximum is 100.

offset
int
default: 0

Specify an offset for pagination.

Example: An offset of 4 will skip the first 4 keys and return keys starting at the 5th position.

ownerId
string

Filter by ownerId.

If provided, this will only return keys where the ownerId matches.

Response

result
keys
Array
required
total
int
required

How many keys in total there are in this API. Useful to paginate through this endpoint.