POST
/
public
/
v1
/
assets
/
collection
curl --request POST \
  --url https://api.topsort.com/public/v1/assets/collection \
  --header 'Content-Type: application/json' \
  --data '{
  "description": "<string>",
  "name": "<string>"
}'
{
  "description": "<string>",
  "id": "<string>",
  "name": "<string>"
}

Query Parameters

vendor_id
string
required

Vendor ID.

Body

application/json
name
string
required

The name of the collection.

Maximum length: 64
description
string

A description for the collection.

Maximum length: 400

Response

201
application/json
Successful Response
id
string
required

The id of the collection.

name
string
required

The name of the collection.

description
string

A description for the collection.