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
}

Documentation Index

Fetch the complete documentation index at: https://docs.flagmint.com/llms.txt

Use this file to discover all available pages before exploring further.

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