collections

Create collection

Create a new collection in the workspace.

This endpoint creates a collection with the specified name. Collections are used to organize scenes and manage permissions.

**Use cases:**
- Organizing scenes by project, team, or topic
- Automating collection creation for onboarding flows
- Integrating with external project management tools
post/api/v1/collections

Request body

namestring required

Response

This response returns the newly created collection.

idstring required
isDefaultboolean
workspacestring required
creatorstring required
updaterstring
teamsstring[] required
createdstring date-time required
sortOrderstring
namestring required
updatedstring date-time required
isDeletedboolean
deletedAtnumber

Changes

No recorded changes to this endpoint across all 1 revision of this API.