Skip to main content
POST
Create Collection.

Authorizations

Authorization
string
header
required

Pass the API key in the Authorization header, You need to put Token keyword before the API key. e.g. 'Authorization: Token '

Body

application/json
name
string
required

Name of the collection.

Example:

"Customer Support Tools"

description
string

Description of the collection (optional).

Example:

"Tools used for customer support operations"

Response

Successful response

success
boolean
Example:

true

message
string
Example:

"Collection created successfully"

data
object