post
https://api.vcita.biz/platform/v1/businesses
Overview
Creates a Business. By default, business creation is synchronous. To create a business asynchronously, set the 'synchronized' parameter to false in the 'meta' object. When set to false, the request returns immediately after input parameters validation and an async job is created to handle the business account creation.
Uniqueness Constraint
The admin_account.email field must be unique across the entire platform. Attempting to create a business with an email that already exists will return a 400 error: 'admin_account.email already in use'.
Testing Tip: Use a dynamically generated email (e.g., with timestamp or UUID suffix) to avoid conflicts with existing accounts.
Available for Directory and Internal tokens.
