{ "opencollection": "1.0.0", "info": { "name": "Kong Enterprise Admin ACLs API-keys API", "version": "3.14.0" }, "request": { "auth": { "type": "apikey", "key": "Kong-Admin-Token", "value": "{{Kong-Admin-Token}}", "placement": "header" } }, "items": [ { "info": { "name": "API-keys", "type": "folder" }, "items": [ { "info": { "name": "Create a new API-key associated with a Consumer", "type": "http" }, "http": { "method": "POST", "url": "{protocol}://{hostname}:{port}{path}/:workspace/consumers/:ConsumerIdForNestedEntities/key-auth", "params": [ { "name": "ConsumerIdForNestedEntities", "value": "", "type": "path", "description": "Consumer ID for nested entities" }, { "name": "workspace", "value": "", "type": "path", "description": "The name of the workspace" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a new API-key associated with a Consumer" }, { "info": { "name": "Get an API-key associated with a Consumer", "type": "http" }, "http": { "method": "GET", "url": "{protocol}://{hostname}:{port}{path}/:workspace/consumers/:ConsumerIdForNestedEntities/key-auth/:KeyAuthId", "params": [ { "name": "ConsumerIdForNestedEntities", "value": "", "type": "path", "description": "Consumer ID for nested entities" }, { "name": "KeyAuthId", "value": "", "type": "path", "description": "ID of the API-key to lookup" }, { "name": "workspace", "value": "", "type": "path", "description": "The name of the workspace" } ] }, "docs": "Get an API-key associated with a Consumer using ID." }, { "info": { "name": "Delete a an API-key associated with a Consumer", "type": "http" }, "http": { "method": "DELETE", "url": "{protocol}://{hostname}:{port}{path}/:workspace/consumers/:ConsumerIdForNestedEntities/key-auth/:KeyAuthId", "params": [ { "name": "ConsumerIdForNestedEntities", "value": "", "type": "path", "description": "Consumer ID for nested entities" }, { "name": "KeyAuthId", "value": "", "type": "path", "description": "ID of the API-key to lookup" }, { "name": "workspace", "value": "", "type": "path", "description": "The name of the workspace" } ] }, "docs": "Delete a an API-key associated with a Consumer using ID." }, { "info": { "name": "List all API-keys associated with a Consumer", "type": "http" }, "http": { "method": "GET", "url": "{protocol}://{hostname}:{port}{path}/v2/control-planes/:controlPlaneId/core-entities/consumers/:ConsumerIdForNestedEntities/key-auth", "params": [ { "name": "controlPlaneId", "value": "", "type": "path", "description": "The UUID of your control plane. This variable is available in the Konnect manager." }, { "name": "ConsumerIdForNestedEntities", "value": "", "type": "path", "description": "Consumer ID for nested entities" }, { "name": "size", "value": "", "type": "query", "description": "Number of resources to be returned." }, { "name": "offset", "value": "", "type": "query", "description": "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" }, { "name": "tags", "value": "tag1,tag2", "type": "query", "description": "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." } ] }, "docs": "List all API-keys associated with a Consumer" }, { "info": { "name": "Create a new API-key associated with a Consumer", "type": "http" }, "http": { "method": "POST", "url": "{protocol}://{hostname}:{port}{path}/v2/control-planes/:controlPlaneId/core-entities/consumers/:ConsumerIdForNestedEntities/key-auth", "params": [ { "name": "controlPlaneId", "value": "", "type": "path", "description": "The UUID of your control plane. This variable is available in the Konnect manager." }, { "name": "ConsumerIdForNestedEntities", "value": "", "type": "path", "description": "Consumer ID for nested entities" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a new API-key associated with a Consumer" }, { "info": { "name": "Get an API-key associated with a Consumer", "type": "http" }, "http": { "method": "GET", "url": "{protocol}://{hostname}:{port}{path}/v2/control-planes/:controlPlaneId/core-entities/consumers/:ConsumerIdForNestedEntities/key-auth/:KeyAuthId", "params": [ { "name": "controlPlaneId", "value": "", "type": "path", "description": "The UUID of your control plane. This variable is available in the Konnect manager." }, { "name": "ConsumerIdForNestedEntities", "value": "", "type": "path", "description": "Consumer ID for nested entities" }, { "name": "KeyAuthId", "value": "", "type": "path", "description": "ID of the API-key to lookup" } ] }, "docs": "Get an API-key associated with a Consumer using ID." }, { "info": { "name": "Upsert an API-key associated with a Consumer", "type": "http" }, "http": { "method": "PUT", "url": "{protocol}://{hostname}:{port}{path}/v2/control-planes/:controlPlaneId/core-entities/consumers/:ConsumerIdForNestedEntities/key-auth/:KeyAuthId", "params": [ { "name": "controlPlaneId", "value": "", "type": "path", "description": "The UUID of your control plane. This variable is available in the Konnect manager." }, { "name": "ConsumerIdForNestedEntities", "value": "", "type": "path", "description": "Consumer ID for nested entities" }, { "name": "KeyAuthId", "value": "", "type": "path", "description": "ID of the API-key to lookup" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create or Update an API-key associated with a Consumer using ID." }, { "info": { "name": "Delete a an API-key associated with a Consumer", "type": "http" }, "http": { "method": "DELETE", "url": "{protocol}://{hostname}:{port}{path}/v2/control-planes/:controlPlaneId/core-entities/consumers/:ConsumerIdForNestedEntities/key-auth/:KeyAuthId", "params": [ { "name": "controlPlaneId", "value": "", "type": "path", "description": "The UUID of your control plane. This variable is available in the Konnect manager." }, { "name": "ConsumerIdForNestedEntities", "value": "", "type": "path", "description": "Consumer ID for nested entities" }, { "name": "KeyAuthId", "value": "", "type": "path", "description": "ID of the API-key to lookup" } ] }, "docs": "Delete a an API-key associated with a Consumer using ID." }, { "info": { "name": "List all API-keys", "type": "http" }, "http": { "method": "GET", "url": "{protocol}://{hostname}:{port}{path}/v2/control-planes/:controlPlaneId/core-entities/key-auths", "params": [ { "name": "controlPlaneId", "value": "", "type": "path", "description": "The UUID of your control plane. This variable is available in the Konnect manager." }, { "name": "size", "value": "", "type": "query", "description": "Number of resources to be returned." }, { "name": "offset", "value": "", "type": "query", "description": "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" }, { "name": "tags", "value": "tag1,tag2", "type": "query", "description": "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." } ] }, "docs": "List all API-keys" }, { "info": { "name": "Get an API-key", "type": "http" }, "http": { "method": "GET", "url": "{protocol}://{hostname}:{port}{path}/v2/control-planes/:controlPlaneId/core-entities/key-auths/:KeyAuthId", "params": [ { "name": "KeyAuthId", "value": "", "type": "path", "description": "ID of the API-key to lookup" }, { "name": "controlPlaneId", "value": "", "type": "path", "description": "The UUID of your control plane. This variable is available in the Konnect manager." } ] }, "docs": "Get an API-key using ID." } ] } ], "bundled": true }