v1

latestOpenAPI 3.0.2Apache License 2.02026-07-13109285691.8 KB
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

idstring uuid
payorIdstring uuid
webhookUrlstring
authorizationHeaderstring
enabledboolean
categoriesCategory[]

Example response

{
  "id": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
  "payorId": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
  "authorizationHeader": "authorizationHeader",
  "categories": [
    null,
    null
  ],
  "webhookUrl": "webhookUrl",
  "enabled": true
}