Returns webhook events history for replay and debugging purposes
GET/accounts/{account_id}/webhooks/{webhook_id}/events-history
Returns webhook events history for replay and debugging purposes. Filter events by type, delivery status, and time range to analyze past webhook deliveries and replay failed events.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 500
A response containing webhook events history for replay and debugging.
A request is not valid and can't be processed.
A request is unauthorized.
A requested is forbidden.
A requested resource isn't found.
A request failed due to an internal error.