Create Client
Provisions a new client within the authenticated organization.
Validation rules:
name,type, andsubscription_planare required.nameis unique within your organization.contact_emailmust be a valid email address. Phone numbers must be 7-15 digits with an optional leading+.statusdefaults toactiveif omitted and must be one ofactive,inactive,trial,churned,pending.- A URL-safe
slugis derived fromnameautomatically; collisions are resolved with a numeric suffix.
Rate limit: this endpoint is capped at 10 requests per minute per API key in addition to the default per-key limit.
Documentation Index
Fetch the complete documentation index at: https://docs.voxfra.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Your Voxfra management API key. Passed as a request header.
Format: vox_mgmt_<random>
Body
Display name of the client. Must be unique within your organization.
1 - 200"ABC Motors"
Free-text business type identifier (e.g., automotive, medical).
1 - 100"automotive"
Subscription plan label. Currently UI-only metadata — the API does not yet enforce a fixed enum so partners can introduce new plan names without a schema migration. A canonical enum will be added once billing is wired in.
1 - 100"Pro"
Optional public-facing label. Defaults to name when omitted.
255"ABC Motors - Downtown"
Lifecycle state. Defaults to active when omitted.
active, inactive, trial, churned, pending 2552557-15 digits with optional leading +. Whitespace, dashes, and parentheses are stripped before storage.
"+15551234567"
Response
Client created