This sample code demonstrate how you can get a webhook, as documented here at: https://developer.paypal.com/webapps/developer/docs/api/#get-a-webhook API used: GET /v1/notifications/webhooks/
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 from database or retrieved from the form.
Get Webhook Sample
This sample code demonstrate how you can get a webhook, as documented here at: https://developer.paypal.com/webapps/developer/docs/api/#get-a-webhook API used: GET /v1/notifications/webhooks/