v1

latestOpenAPI 3.0.2Apache License 2.02026-07-13109285691.8 KB
Webhooks

Create Webhook

Create Webhook

post/v1/webhooks

Request body

payorIdstring uuid required
webhookUrlstring required

the webhook URL to use.

authorizationHeaderstring

the authorization header to include with the notification.

enabledboolean required

whether the webhook is enabled.

categoriesCategory[]

the categories to enable.

Example request

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

Response

Webhook Created