POST
/
v1
/
billing
/
webhook
Receive billing webhook
curl --request POST \
  --url https://api.orgs.sh/v1/billing/webhook \
  --header 'Authorization: Bearer <token>'
{
  "error": "<string>"
}

Authorizations

Authorization
string
header
required

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

Response

Webhook accepted.