v61

latestOpenAPI 3.1.0Apache 2.0raw.githubusercontent.com2026-08-018131,3812.6 MB
API-keys

List all API-keys associated with a Consumer

List all API-keys associated with a Consumer

get/v2/control-planes/{controlPlaneId}/core-entities/consumers/{ConsumerIdForNestedEntities}/key-auth

Path parameters

ConsumerIdForNestedEntitiesstring required

Consumer ID for nested entities

Query parameters

sizeinteger

Number of resources to be returned.

offsetstring

Offset from which to return the next set of resources. Use the value of the 'offset' field from the response of a list operation as input here to paginate through all the resources

tagsstring

A list of tags to filter the list of resources on. Multiple tags can be concatenated using ',' to mean AND or using '/' to mean OR.

Response

A successful response listing API-keys

nextstring

URI to the next page (may be null)

offsetstring

Offset is used to paginate through the API. Provide this value to the next list operation to fetch the next page

Example response

{
  "data": [
    {
      "consumer": {
        "id": "84a73fb8-50fc-44a7-a4d5-aa17728ee83f"
      },
      "id": "b2f34145-0343-41a4-9602-4c69dec2f269",
      "key": "IL1deIyHyQA40WpeLeA1bIUXuvTwlGjo"
    }
  ]
}