Account Provisioned

Occurs when a subdomain clone request has been completed.

📘

Note:

This is only applicable to approved Partners who have access to subdomain provisioning via the API. The webhook must be configure within the main partner bundle subdomain.

The status will reflect as succeeded or failed. If failed, additional notes will be provided within the status attribute.

Example payload:

{
  "event_key": "account.provisioned",
  "occurred_at": "2026-06-22T10:30:35.764-06:00",
  "data": {
    "subdomain": "subdomainABC",
    "status": "succeeded"
  }
}