curl --request POST \
--url https://api.galtea.ai/otel/auth \
--header 'Authorization: Bearer <token>'{
"error": "Error type",
"message": "Error message description"
}Validates the customer’s API key and returns the user ID via x-customer-id header. Used by the Istio gateway ext-authz filter to authenticate OTel data ingestion requests.
curl --request POST \
--url https://api.galtea.ai/otel/auth \
--header 'Authorization: Bearer <token>'{
"error": "Error type",
"message": "Error message description"
}API key authorization. Pass your API key in the Authorization header as a Bearer token. Both new (gsk_*) and legacy (gsk-) API keys are accepted, e.g. Authorization: Bearer gsk_... or Authorization: Bearer gsk-....
Credentials are valid