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.
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"
}