Skip to main content
POST
Creates a new company in the system with initial configuration. This is a provisioning endpoint typically used during onboarding.

Body

name
string
required
Company name.
email
string
Company contact email address.
webhook_url
string
Webhook URL for receiving notifications.

Response

name
string
Company name.
email
string
Company contact email address.
webhook_url
string
Webhook URL for receiving notifications.