cURL
curl --request POST \ --url https://connect.withvayu.com/webhook \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "callbackUrl": "<string>", "eventType": "AnonymousCustomer" } '
Use this endpoint to subscribe to webhooks and receive event notifications.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Subscribe to webhooks and receive event notifications.
AnonymousCustomer
Overage
UpcomingRenewal
InvoiceApproved
CustomerPortalLinkSent
NewCustomerWithoutContract
MonthEndReport
UnchargedEvents
TierCrossed
CommitmentCrossed
RequestSuccess