Docs

Add Organization

POST /Organizations

POST/Organizations

Required Tokens

FieldTypeRequiredDescription
BearerAuthorization: Bearer <api-key>OptionalYour API key. Pass it as the Bearer token on every request.

Creates a new organization. The authenticated user is automatically assigned OrganizationAdmin permission. A Stripe customer record is also created and linked to the organization.

Returns 201 Created with the new organization ID.

Request Body

FieldTypeRequiredDescription
namestringRequiredDisplay name for the organization.

Response

FieldTypeDescription
organizationIdGuidID of the newly created organization.