Kong · Capability
Konnect API - Go SDK — API-keys
Konnect API - Go SDK — API-keys. 7 operations. Lead operation: List all API-keys associated with a Consumer. Self-contained Naftiko capability covering one Kong business surface.
What You Can Do
GET
Listkeyauthwithconsumer
— List all API-keys associated with a Consumer
/v1/v2/control-planes/{controlplaneid}/core-entities/consumers/{consumeridfornestedentities}/key-auth
POST
Createkeyauthwithconsumer
— Create a new API-key associated with a Consumer
/v1/v2/control-planes/{controlplaneid}/core-entities/consumers/{consumeridfornestedentities}/key-auth
DELETE
Deletekeyauthwithconsumer
— Delete a an API-key associated with a Consumer
/v1/v2/control-planes/{controlplaneid}/core-entities/consumers/{consumeridfornestedentities}/key-auth/{keyauthid}
GET
Getkeyauthwithconsumer
— Get an API-key associated with a Consumer
/v1/v2/control-planes/{controlplaneid}/core-entities/consumers/{consumeridfornestedentities}/key-auth/{keyauthid}
PUT
Upsertkeyauthwithconsumer
— Upsert an API-key associated with a Consumer
/v1/v2/control-planes/{controlplaneid}/core-entities/consumers/{consumeridfornestedentities}/key-auth/{keyauthid}
GET
Listkeyauth
— List all API-keys
/v1/v2/control-planes/{controlplaneid}/core-entities/key-auths
GET
Getkeyauth
— Get an API-key
/v1/v2/control-planes/{controlplaneid}/core-entities/key-auths/{keyauthid}
MCP Tools
list-all-api-keys-associated
List all API-keys associated with a Consumer
read-only
idempotent
create-new-api-key-associated
Create a new API-key associated with a Consumer
delete-api-key-associated-consumer
Delete a an API-key associated with a Consumer
idempotent
get-api-key-associated-consumer
Get an API-key associated with a Consumer
read-only
idempotent
upsert-api-key-associated-consumer
Upsert an API-key associated with a Consumer
idempotent
list-all-api-keys
List all API-keys
read-only
idempotent
get-api-key
Get an API-key
read-only
idempotent