Webhooks
Subscription model
Field
Type
Description
Create a subscription
POST /v1/webhooks
X-API-Key: your-api-key-here
Content-Type: application/json
{
"callback_url": "https://your-server.example.com/cloudsync/events",
"events": ["sync.completed", "identity.updated"]
}List subscriptions
Update a subscription
Delete a subscription
Signing secret & verification
Secret rotation
Event delivery
Related
Last updated