HomeGuidesAPI Reference
API Reference

customer_status_changed

A customer status changes through a process, a user, or the API.

Sent as an HTTPS POST to your configured webhook endpoint. A batch can contain different event types. See HMAC verification for optional signature headers.

Payload
results
array of objects
required

Batch of webhook events. A delivery can contain different event types.

results*
Response
200

Acknowledge receipt. Any 2xx response is accepted; failed deliveries may be retried.

LoadingLoading…