This sample code demonstrate how you can get a webhook, as documented here at: Using webhooks
API used: GET /v1/btc/main/hooks/WebHook-Id
In samples we are using CreateWebHook.php sample to get the created instance of webhook. However, in real case scenario, we could use just the ID.
Get WebHook
This sample code demonstrate how you can get a webhook, as documented here at: Using webhooks
API used: GET /v1/btc/main/hooks/WebHook-Id