Skip to main content
POST
Create a new collection

Authorizations

x-api-key
string
header
required

Enter your API key

Body

application/json
helpCenterId
string
required

Help Center ID

Example:

"507f1f77bcf86cd799439011"

name
string
required

Name of the collection

Minimum string length: 1
Example:

"Getting Started Guide"

description
string

Description of the collection

Minimum string length: 1
Example:

"Learn how to get started with our platform"

icon
string

Icon identifier for the collection

Minimum string length: 1
Example:

"book"

isProtected
boolean

Whether the collection requires authentication to access

Example:

false

parentId
string

Parent collection ID

Example:

"507f1f77bcf86cd799439013"

Response

Collection created successfully.

data
object
message
string
Example:

"Collection created successfully."