Skip to main content
POST
/
webhooks
/
azure
Handle Azure Marketplace webhook
curl --request POST \
  --url https://api.galtea.ai/webhooks/azure \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{}'

Authorizations

Authorization
string
header
required

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

Headers

Authorization
string
required

Azure Entra JWT Bearer token

Body

application/json

The body is of type object.

Response

Webhook acknowledged