When you register a webhook, you can configure it to listen to any of the types of events listed below.

Note that all webhook events share the following schema:

{
  "createdAt": "<timestamp>",
  "type": "<event-type>",
  "object": {
     // the associated resource for this event
     ...
  }
}

provisioning.start will include a Provisioning object.

Sent on the Provisioning object's corresponding start_time


provisioning.end will include a Provisioning object.

Sent on the Provisioning object's corresponding end_time


invoice.paid will include an Invoice object

Sent when an Invoice is either automatically paid or manually marked as paid via the API/dashboard