get https://{region}-api.dotdigital.com/cpaas/webhooks/
Responses
404The webhook configuration was not found
404The webhook configuration was not found
xxxxxxxxxx
curl --request GET \
--url https://r1-api.dotdigital.com/cpaas/webhooks/webhookId \
--header 'accept: application/json'
xxxxxxxxxx
24{
"id": "string",
"_createdOn": "2025-03-27T05:15:38.325Z",
"_createdBy": "string",
"_updatedOn": "2025-03-27T05:15:38.325Z",
"_updatedBy": "string",
"name": "string",
"url": "string",
"secret": "string",
"subscriptions": [
{
"type": "string",
"filters": [
{
"name": "string",
"value": "string"
}
]
}
],
"batch": true,
"maxBatchSize": 0,
"batchTimeout": 0
}