Apply an organization snapshot
Org Snapshots
Apply an organization snapshot
Creates a new organization (with credentials, dynamic properties, and pipelines) by cloning the snapshot inside a single transaction. Optionally seeds a first admin user with cloned automations, prompts, and templates. Superadmin only.
POST
Apply an organization snapshot
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Body
application/json
Organization phone (must start with +1 or +91 followed by 10 digits).
Example:
{
"email": "admin@neworg.example",
"password": "TempPass!2026",
"fullName": "Morgan Admin",
"phoneNumber": "+14155550111",
"designation": "Operations Lead"
}