APIs
List Keys
Get a list of keys belonging to an API
Request
apiId
string
requiredThe ID of the api you want to retrieve.
limit
int
default: 100Limit the number of returned keys, the maximum is 100.
offset
int
default: 0Specify 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
requiredtotal
int
requiredHow many keys in total there are in this API. Useful to paginate through this endpoint.