v1

latestOpenAPI 3.0.02026-07-26168846732.2 KB
Organization

Organization - Create

Create a new organization

post/organization

Request body

organization_namestring required

Name of the organization

organization_detailsobject nullable

Details about the organization

metadataobject nullable

Metadata is useful for storing additional, unstructured information on an object.

Response

Organization Created

organization_idstring required

The unique identifier for the Organization

organization_namestring nullable

Name of the Organization

organization_detailsobject nullable

Details about the organization

metadataobject nullable

Metadata is useful for storing additional, unstructured information on an object.

modified_atstring date-time required
created_atstring date-time required
organization_type'standard' | 'platform'

Example response

{
  "organization_id": "org_q98uSGAYbjEwqs0mJwnz"
}