Get specific Webhook for the selected RecordSet.
GET
/dataflows/{dataflowId}/recordsets/{recordSetId}/webhooks/{webhookId}
curl \
--request GET 'https://dataflownode.zerionsoftware.com/zcrypt/v1.0/dataflows/{dataflowId}/recordsets/{recordSetId}/webhooks/{webhookId}' \
--header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
{
"_id": "570b394503f0ca524cb7d430",
"requestedBy": "demo_5000",
"webhookName": "wh_rs2",
"recordSetId": "570b394403f0ca524cb7d42f",
"webhookUrl": "https://<host url>/domain/development/services/webhooks/xxxxxxxx-xxxxxxxx",
"status": 1
}