The API to query detailed records for every API request proxied by Kong
- Server 1:https://us.api.konghq.com/v2
United-States Production region
- Server 2:https://eu.api.konghq.com/v2
Europe Production region
- Server 3:https://au.api.konghq.com/v2
Australia Production region
- Server 4:https://me.api.konghq.com/v2
Middle-East Production region
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...'