Webhooks
Get details about the given webhook.
Get details about the given webhook.
get/v1/webhooks/{webhookId}
Path parameters
webhookIdstring uuid required
Webhook id
Response
Webhook response
Example response
{
"id": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"payorId": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"authorizationHeader": "authorizationHeader",
"categories": [
null,
null
],
"webhookUrl": "webhookUrl",
"enabled": true
}