Skip to main content

Update existing webhook

PATCH 

https://partner-api-staging.solvhealth.com/v1/partner/webhook

Updates a webhook to add more events to listen to.

Accepts the following events: BOOKING_CREATED BOOKING_RESCHEDULED BOOKING_CANCELLED PAPERWORK_UPDATED PAPERWORK_COMPLETED.

Request​

Body

required

    events undefined[]required

Responses​

Successful Response

Schema

    active Active (boolean)required

    events

    object

    required

    subscribed string[]required
    unsubscribed string[]required
curl -L -X PATCH 'https://partner-api-staging.solvhealth.com/v1/partner/webhook' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'x-api-key: <API_KEY_VALUE>' \
-H 'Authorization: Bearer <TOKEN>' \
-d '{
"events": [
null
]
}'
Request Collapse all
Base URL
https://partner-api-staging.solvhealth.com
Auth
Body required
{
  "events": [
    null
  ]
}
ResponseClear

Click the Send API Request button above and see the response here!