Skip to main content
POST
/
customer.created

Authorizations

Authorization
string
header
required

The API key to use for authentication

Body

application/json

Customer Schema

Webhook payload for customer.created events

data
object
required
timestamp
string
required

ISO 8601 timestamp when the event occurred

Example:

"2021-01-01T00:00:00Z"

type
string
default:customer.created

Event type for customer.created

Example:

"customer.created"

object
string
default:event

Object type, always "event"

Example:

"event"

Response

200

Webhook received successfully