The webhook object

The webhook object allows you to create, update or delete webhook events. Webhook events notify you whenever an event occurs on your account.

Attributes

  • *id** integer The unique id for the object.
  • *endpoint** string
    The endpoint url this webhook event is sent to.
  • *events** array
    The events this webhook is fired on. Can include: 'transaction.created', 'transaction.cancelled', 'booking.update' or 'booking.cancelled'.
  • *status** boolean
    True if webhook is active.