Retrieve Webhook

Retrieve Webhook configured by guid

Request
Security:
path Parameters
notification_guid
required
string <uuid>
version
required
string
Responses
200

Returns Webhook details

400

Bad request

401

Unauthorized

404

Webhook not found

500

Server Error

get/api/{version}/webhooks/{notification_guid}
Request samples
curl -i -X GET \
  'https://devapi.qolopay.com/api/{version}/webhooks/{notification_guid}' \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>'
Response samples
application/json
{
  • "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"
    ]
}
Copyright © Qolo 2019-2023. All right reserved.