Skip to main content
WEBHOOK
business_created
{
  "type": "BUSINESS_CREATED",
  "content": {
    "business_id": "biz_2xPQDLmNeWsrahR4bj3oGc9i6Nb",
    "business_external_id": "ext-123",
    "timestamp": "2024-01-15T10:30:00Z"
  }
}
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Body

application/json

Webhook event sent when a new business is created.

type
string
required

The type of webhook event

Allowed value: "BUSINESS_CREATED"
content
BusinessEventContent · object
required

The event payload

Response

Successful Response