Retrieve Webhook configured by guid
Returns Webhook details
Bad request
Unauthorized
Webhook not found
Server Error
curl -i -X GET \ 'https://qvapikeybank.qolopay.com/api/{version}/webhooks/{notification_guid}' \ -H 'Authorization: Bearer <YOUR_JWT_HERE>'
{- "notification_guid": "9c1d96b3-0c4d-4b89-9eb0-68c18dac59b2",
- "program_guid": "3fa0d2ea-ffcf-485d-94ed-dbf4f861ad2f",
- "url": "string",
- "headers": "string",
- "secret": "string",
- "active": true,
- "event_type": [
- "string"
]
}