Skip to main content
POST
/
billing
/
webhook
Stripe webhook handler
curl --request POST \
  --url http://localhost:3000/billing/webhook \
  --header 'Authorization: Bearer <token>'
{
  "received": true
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

Default Response

received
boolean
required