Subscribe to webhook events to receive real-time notifications when bills or reports are created, completed, or deleted.
| Parameter | Type | Required | Description |
|---|---|---|---|
events | array | Yes | List of event types to subscribe to |
endpoint | string | Yes | Your webhook endpoint URL (must use HTTPS) |
protocol | string | Yes | Protocol for webhook delivery (only “https” is supported) |
authToken | string | No | Optional authentication token to include in webhook requests |
bill.created - New bill createdbill.completed - Entire bill completed (all reports finished)bill.deleted - Bill deleted from systemreport.completed - Individual report completedJWT token obtained from the authentication endpoint
List of events to subscribe to
bill.created, bill.deleted, bill.completed, report.completed Your webhook endpoint URL that will receive the event notifications (must accept POST requests)
Protocol for webhook delivery (only HTTPS is supported)
https