v1
latestOpenAPI 3.1.02026-07-24360204.4 KBGet All Webhook Events
Use this API to get a list of all webhook events triggered by you.
Query parameters
Enter the delivery status for which you want to get webhook events.<br><br>Possible values:<ul><li>success</li><li>failed
Enter the event_id before which you want to retrieve events.<br><br>Use this in combination with the results_per_page parameter for pagination.<br><br>Example: evl_nCm4Qstg76LGtY7IyF86DdMAG
Enter the event_id after which you want to retrieve events.<br><br>Use this in combination with the results_per_page parameter for pagination.<br><br>Example: evl_nCm4Qstg76LGtY7IyF86DdCAG
Number of events you want to retrieve.<br><br>Use this in combination with the start_before or start_after parameter for pagination.<br><ul><li>Default value 10.</li><li>Maximum value 100.</ul></li>Example: 15
Has to be used with to_date.<br><br>The UNIX timestamp after which details should be returned.<br><br>Use this with the results_per_page, start_after, and start_before for pagination.<br><br>Example: 1651052818
Has to be used with from_date.<br><br>The UNIX timestamp before which details should be returned.<br><br>Use this with the results_per_page, start_after, and start_before for pagination.<br><br>Example: 1651052818
Response
200
Example response
{
"object": "list",
"has_more": true,
"data": [
{
"id": "evl_nCm4Qstg76LGtY7IyF86DdMAG",
"object": "event",
"name": "transfers.created",
"delivery_status": "success",
"is_sandbox": true,
"data": {
"object": {
"id": "tr_lPOze2peSBhh7iBrh09NCv9ki",
"object": "transfer",
"type": "wallet",
"amount": 1.01,
"debit_account_id": "va_Q6USeYXbx38cKa3NbBpoHDViW",
"credit_account_id": "va_MDOShxKdcWpm7vEr2yDVb88EP",
"status": "success",
"currency_code": "inr",
"payment_remark": "Haircut and beard styling",
"paid_to": "36363651429896978",
"metadata": {
"key_1": "DD",
"key_2": "XOF"
},
"merchant_reference_id": "1409614085",
"transacted_at": 1641823944,
"created_at": 1641823944
}
}
}
]
}