v1

latestOpenAPI 3.0.02026-07-26280204.9 KB
Webhook Notification

Get All Webhook Notification

Retrieve a list of all the webhooks that were triggered. Use query parameters to filter the list.

If a webhook is missed (possibly due to a communication failure), it can be retriggered. This allows for the delivery of any critical event information that may not have been received initially.

get/webhook-notification

Query parameters

event_typestring
Example: payin

Filter webhooks by event_type

event_idstring
Example: payin_12345

Filter webhooks by event_id. For e.g. if you have the Payin_id you can use it to find out any associated webhook

created_atstring
Example:2022-02-01

Provide the date in YYYY-MM-DD format. This returns all webhook for this day

start_timeinteger
Example:84600

EPOCH timestamp

end_timeinteger
Example:84700

EPOCH timestamp

limitinteger
Example:10

Max number of transaction record per page. Default is 10 transactions per page

pageinteger
Example:1

The page number to return. If unspecified, the first page is returned

Response

OK