Skip to main content
POST
Create a customer
Create a customer record that scopes later Partner API calls. Save the returned customer.id. Use it as {customerId} when creating incorporations and when managing reusable Commenda OS resources such as people, business entities, and files.

Authorizations

x-api-key
string
header
required

Body

application/json
email
string<email>
required

Email address for the customer owner.

Example:

"founder@example.com"

name
string

Optional display name for the customer record.

Example:

"Acme Holdings"

Response

Customer created successfully

customer
object
required