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 WebhookEventType is an enum that represents the type of event that will be sent to the webhook.
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
Successful Response
The response is of type WebhookDeliveryAttemptSummary · object[]
.