Spaces
Create a space
Create a new space within an organization.
Payload Requirements
- name and organization_id are required.
- The space name must be unique within the organization.
- description is optional and defaults to an empty string if omitted.
- System-managed fields (id, created_at) are generated automatically and rejected if provided.
<Note>This endpoint is in beta, read more here.</Note>
post/v2/spaces
Request body
Example request
{
"organization_id": "RW50aXR5OjEyMzQ1"
}Response
A space object