Skip to main content
POST
Onboard a new company

Authorizations

x-api-key
string
header
required

API key from Settings > API Keys or POST /v1/api-keys. Format f9_live_<32 hex chars> (live) or f9_test_<32 hex chars> (sandbox — no real sends, ever). Legacy wcrm_live_ / wcrm_test_ keys still authenticate but are no longer issued. Shown once at creation; only a hash is stored.

Body

application/json
company
object
required
admin_user
object
required
region
enum<string>
required

The region the company operates in.

Available options:
middle_east,
europe,
america
industry
string
required

The industry the company belongs to (e.g. travel, real-estate, hospitality).

Required string length: 2 - 100
send_welcome_email
boolean
default:true
metadata
object

Response

Company and admin user created successfully

success
enum<boolean>
Available options:
true
data
object
meta
object