curl --request POST \
--url https://api.galtea.ai/webhooks/azure \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{}'Receive Azure Marketplace SaaS lifecycle events (Unsubscribe, Suspend, Reinstate, Renew, ChangePlan, ChangeQuantity)
curl --request POST \
--url https://api.galtea.ai/webhooks/azure \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{}'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-....
Azure Entra JWT Bearer token
The body is of type object.
Webhook acknowledged