OpenAPI 3.0 spec for Kong Gateway’s Enterprise Admin API.
You can learn more about Kong Gateway at docs.konghq.com
.Give Kong a star at Kong/kong repository.
- Server 1:{protocol}://{hostname}:{port}{path}[Enterprise Kong Admin API]
Default Admin API URL
kongAdminToken (apiKey)
When RBAC is enabled, an admin token is required to use the Kong Admin API.
This token is passed in a Kong-Admin-Token
header by default.
To configure the header name, adjust rbac_auth_header
in kong.conf
.
Each admin has their own token.
The admin associated with the token must have relevant permissions for the object they’re interacting with.
Generate tokens using the /admins
API.
If RBAC isn’t enabled, this token isn’t required.