Webhook Events List
List and search for attempts to deliver Events
for a particular Webhook
(i.e. WebhookDeliveryAttempts
).
Headers
The tenant you are making this request on behalf of
Your api key
Path Parameters
Query Parameters
The type of event to filter by
PAYMENT_CREATED
, PAYMENT_COMPLETED
, PAYMENT_FAILED
, CHARGE_CREATED
, ADJUSTMENT_CREATED
, REFUND_CREATED
, PATIENT_CREATED
, PATIENT_UPDATED
Filter by if the event has not been delivered (i.e. we have not recieved a 200 from you for this event.)
Get Events created before this date
Get Events created after this date
Filter by the HTTP status of the most recent delivery attempt (i.e. 200, 404, 500, etc.)
Filter by the error message of the most recent delivery attempt
Get Events with a delivery date before this date
Get Events with a delivery date after this date
The field to sort by
The direction to sort by
asc
, desc
The maximum number of results to return
The number of results to skip at the beginning
Response
The Alert
's id associated with this WebhookDeliveryAttempt
.
The date and time when the event was created.
The Alert's
data associated with this WebhookDeliveryAttempt
.
The date and time when the event was delivered.
Unique identifier for the webhook delivery attempt.
The date and time when the last delivery attempt was made.
The error message from the last delivery attempt, if any.
The HTTP status of the last delivery attempt.
The type of event.
PATIENT_CREATED
, PATIENT_UPDATED
, APPOINTMENT_CANCELLED
, APPOINTMENT_RESCHEDULED
, APPOINTMENT_REQUEST
, PAYMENT_CREATED
, PAYMENT_FAILED
, PAYMENT_SUCCEEDED
, CHARGE_CREATED
, REFUND_CREATED
, REFUND_FAILED
, REFUND_SUCCEEDED
, ADJUSTMENT_CREATED
, ADJUSTMENT_FAILED
, ADJUSTMENT_SUCCEEDED
, INVOICE_SENT
, INVOICE_FAILED
, CALL_RECIEVED
, CALL_MADE
, MESSAGE_RECIEVED
, MESSAGE_SENT
, MESSAGE_DELIVERED
, MESSAGE_FAILED
, EMAIL_RECIEVED
, EMAIL_SENT
, FORM_SUBMITTED
, MAIL_SENT
, MAIL_DELIVERY_FAILED