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": "",
"recordSetId": "",
"requestedBy": "",
"status": 0,
"webhookName": "",
"webhookUrl": ""
}