POST
/
notification
/
v1
/
connect
/
webhook
/
subscriptions

Authorizations

Authorization
string
headerrequired

The API requires a Bearer token in the Authorization header for authentication.

Body

application/json
endpoint
string
required

The fully qualified URL where the webhook will send POST requests. The URL must be reachable by the webhook service.

scopes
string[]

Specifies the type of events that will trigger the webhook.

  • "all": Trigger on all events.
  • "appointment.create": Trigger on appointment create events.
  • "user.delete": Trigger on user delete events.
signing_key
string

A secret key provided by the client for verifying the authenticity of webhook payloads. It should be a securely generated, random string.

protocol
string

Specifies the protocol or delivery mechanism used for the webhook.

  • "http": Plain HTTP endpoint.
  • "https": Secure HTTPS endpoint.
  • "SQS endpoint": AWS SQS queue URL for message delivery.
  • "Lambda function": AWS Lambda function ARN for direct invocation.

Response

201 - application/json
id
string

The unique identifier for the webhook.

status
string

A message indicating the status of the response.