Get Webhooks for the selected dataflowId and RecordSetId.
GET
/dataflows/{dataflowId}/recordsets/{recordSetId}/webhooks
curl \
--request GET 'https://dataflownode.zerionsoftware.com/zcrypt/v1.0/dataflows/{dataflowId}/recordsets/{recordSetId}/webhooks' \
--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",
"entityId": "5684058f159fffbe29ff9912",
"status": 1
}
]