Webhook payload
Event-style JSON for integrations.
{
"event": "user.created",
"timestamp": "2026-05-20T12:00:00Z",
"payload": { "userId": "usr_123", "email": "dev@example.com" }
}Event-style JSON for integrations.
{
"event": "user.created",
"timestamp": "2026-05-20T12:00:00Z",
"payload": { "userId": "usr_123", "email": "dev@example.com" }
}