API ReferenceAuthentication API

Validate API key (Kong Plugin)

Internal endpoint used by Kong API Gateway to validate API keys. Not intended for direct client use.

POST
/auth/validate-api-key

API key validation request

Response Body

application/json

application/json

application/json

curl -X POST "https://loading/auth/validate-api-key" \  -H "Content-Type: application/json" \  -d '{}'
{}
{
  "code": "string",
  "error": "string",
  "message": "string",
  "request_id": "string"
}
{
  "code": "string",
  "error": "string",
  "message": "string",
  "request_id": "string"
}