curl --location --request GET '/api/v1/transformer/utility/webhook/events' \
--header 'x-api-token: <api-key>'{
"success": true,
"data": [
{
"eventId": "zynk_evt_67da655b092ea2d34acd24ae",
"eventCategory": "webhook",
"eventType": "updated",
"eventStatus": "funds_received",
"eventObject": {
"executionId": "exec_67d58fee2a31c2e919701a10",
"transactionId": "partner_txn_12345",
"status": "COMPLETED",
"previousStatus": "PROCESSING"
},
"createdAt": "2025-03-19T06:34:12.757Z"
}
]
}