Skip to main content
WEBHOOK
onUserCreated
{
  "id": "12345",
  "email": "user@example.com",
  "name": "Jane Doe",
  "createdAt": "2025-09-30T12:34:56Z"
}

Body

application/json
id
string
Example:

"12345"

email
string<email>
Example:

"user@example.com"

name
string
Example:

"Jane Doe"

createdAt
string<date-time>
Example:

"2025-09-30T12:34:56Z"

Response

200

Webhook acknowledged