The management API for building APIs for Konnect Dev Portals.
- Server 1:https://us.api.konghq.com/v3[Konnect API Builder]
United-States Production region
- Server 2:https://eu.api.konghq.com/v3[Konnect API Builder]
Europe Production region
- Server 3:https://au.api.konghq.com/v3[Konnect API Builder]
Australia Production region
- Server 4:https://me.api.konghq.com/v3[Konnect API Builder]
Middle-East Production region
- Server 5:https://in.api.konghq.com/v3[Konnect API Builder]
India Production region
konnectAccessToken (http)
The Konnect access token is meant to be used by the Konnect dashboard and the decK CLI authenticate with.
personalAccessToken (http)
The personal access token is meant to be used as an alternative to basic-auth when accessing Konnect via APIs.
You can generate a Personal Access Token (PAT) from the personal access token page in the Konnect dashboard.
The PAT token must be passed in the header of a request, for example:
curl -X GET 'https://global.api.konghq.com/v2/users/' --header 'Authorization: Bearer kpat_xgfT...'
systemAccountAccessToken (http)
The system account access token is meant for automations and integrations that are not directly associated with a human identity.
You can generate a system account Access Token by creating a system account and then obtaining a system account access token for that account.
The access token must be passed in the header of a request, for example:
curl -X GET 'https://global.api.konghq.com/v2/users/' --header 'Authorization: Bearer spat_i2Ej...'