{
"skip": 0,
"limit": 10,
"search": "string",
"start_date": "string",
"end_date": "string",
"callback_type": "string",
"user_id": 0,
"card_id": 0,
"order_by": "string",
"desc": true
}curl --location --request POST '/merchant/get_webhook_records' \
--header 'Merchant-ID;' \
--header 'X-HMAC;' \
--header 'Content-Type: application/json' \
--data-raw '{
"skip": 0,
"limit": 10,
"search": "string",
"start_date": "string",
"end_date": "string",
"callback_type": "string",
"user_id": 0,
"card_id": 0,
"order_by": "string",
"desc": true
}'{
"data": [
{
"id": 123,
"callback_type": "card.created",
"webhook_url": "https://example.com/webhook",
"data": {
"card_id": 456,
"status": "ACTIVE"
},
"user_id": 789,
"card_id": 456,
"created": "2024-01-15T10:30:00Z"
}
],
"total": 150
}