Skip to main content
POST
/
v1
/
billing
/
webhook
Stripe webhook handler
curl --request POST \
  --url https://grantex-auth-dd4mtrt2gq-uc.a.run.app/v1/billing/webhook \
  --header 'Content-Type: application/json' \
  --data '{}'
{
  "received": true
}

Body

application/json

The body is of type object.

Response

Webhook processed

received
boolean