v1

latestOpenAPI 3.0.42026-08-04342835917.6 KB
Organization

Creates an organization and makes the calling customer its owner.

The calling customer becomes both the owner and the billing customer. Responds with 400 when the slug is already taken.

post/organizations

Request body

namestring required

The human-readable name of the organization.

slugstring required

A URL-safe unique identifier for the organization.

primaryDomainstring nullable

The primary email domain associated with the organization, if any.

Response

OK

organizationIdstring required

The id of the created organization.