Webhooks
Register Webhook
Registers a new webhook triggered by specific events. Each webhook is linked to a business_id
, client_id
, endpoint
, and event_names
defining the events that trigger it. The service sends POST requests to the specified URL for these events. The URL must be reachable and preferably secure (HTTPS). Optionally, a signing key can be provided to verify webhook payload authenticity.
POST
Authorizations
The API requires a Bearer token in the Authorization header for authentication.
Body
application/json
Response
201
application/json
Webhook registered successfully.
The response is of type object
.