curl --location --request GET '/api/v1/partner/webhook?page=1&limit=10' \
--header 'Authorization: {{token}}' \
--header 'ClientSecret: {{ClientSecret}}' \
--header 'Signature: {{signature}}' \
--header 'Date: {{dateRequest}}'{
"status": 200,
"serviceStatus": "2001900",
"titleCode": "success",
"title": "Success",
"detail": "Processed successfully",
"responseTime": "2025-10-07T08:52:35",
"data": [
{
"webhookId": "193c50b9-63f7-4919-9f6f-72c3858f93ea",
"webhookUrl": "https://yourdomain.com/webhook?type=risk"
},
{
"webhookId": "963096f5-0dbf-405a-89c8-406f8deff604",
"webhookUrl": "https://yourdomain.com/webhook?type=quote"
}
]
}