Skip to main content
POST
Create Collection

Path Parameters

organizationId
string
required
Organization ID
projectId
string
required
Project ID

Request Body

name
string
required
Collection display name
folderId
string
Parent folder ID (null for root level)

Example Request

Response

Returns the created Collection object.

Code Examples