Kong · Capability
Konnect API - Go SDK — JWTs
Konnect API - Go SDK — JWTs. 7 operations. Lead operation: List all JWTs associated with a Consumer. Self-contained Naftiko capability covering one Kong business surface.
What You Can Do
GET
Listjwtwithconsumer
— List all JWTs associated with a Consumer
/v1/v2/control-planes/{controlplaneid}/core-entities/consumers/{consumeridfornestedentities}/jwt
POST
Createjwtwithconsumer
— Create a new JWT associated with a Consumer
/v1/v2/control-planes/{controlplaneid}/core-entities/consumers/{consumeridfornestedentities}/jwt
DELETE
Deletejwtwithconsumer
— Delete a a JWT associated with a Consumer
/v1/v2/control-planes/{controlplaneid}/core-entities/consumers/{consumeridfornestedentities}/jwt/{jwtid}
GET
Getjwtwithconsumer
— Get a JWT associated with a Consumer
/v1/v2/control-planes/{controlplaneid}/core-entities/consumers/{consumeridfornestedentities}/jwt/{jwtid}
PUT
Upsertjwtwithconsumer
— Upsert a JWT associated with a Consumer
/v1/v2/control-planes/{controlplaneid}/core-entities/consumers/{consumeridfornestedentities}/jwt/{jwtid}
GET
Listjwt
— List all JWTs
/v1/v2/control-planes/{controlplaneid}/core-entities/jwts
GET
Getjwt
— Get a JWT
/v1/v2/control-planes/{controlplaneid}/core-entities/jwts/{jwtid}
MCP Tools
list-all-jwts-associated-consumer
List all JWTs associated with a Consumer
read-only
idempotent
create-new-jwt-associated-consumer
Create a new JWT associated with a Consumer
delete-jwt-associated-consumer
Delete a a JWT associated with a Consumer
idempotent
get-jwt-associated-consumer
Get a JWT associated with a Consumer
read-only
idempotent
upsert-jwt-associated-consumer
Upsert a JWT associated with a Consumer
idempotent
list-all-jwts
List all JWTs
read-only
idempotent
get-jwt
Get a JWT
read-only
idempotent