PATCH
/
notification
/
v1
/
connect
/
webhook
/
subscriptions
/
{id}

Authorizations

auth
string
headerrequired

The API requires the following auth in headers for authentication.

Path Parameters

id
string
required

Body

application/json
signing_key
string

A new signing key for securing webhook payloads. This should replace the existing signing key securely.

scope
string

Specifies the type of events that will trigger the webhook.

  • "all": Trigger on all events.
  • "appointment.*": Trigger on appointment-related events.
  • "prescription.*": Trigger on appointment-related events.

Response

200 - application/json
status
string
msg
string