Skip to main content
POST
Create an organization

Body Parameters

Example Request

Response

Returns the newly created organization object. The id uses the org_ prefix.
After creating an organization, use the Add Tenant endpoint to associate existing tenants. You can then view consolidated billing metrics via the Consolidated MRR endpoint.

Authorizations

Authorization
string
header
required

Tenant API key obtained from POST /auth/register or POST /v1/developer/keys.

Body

application/json
name
string
required
owner_email
string<email>
required

Response

Organization created.

id
string<uuid>
name
string
owner_email
string<email>
created_at
string<date-time>
updated_at
string<date-time>