POST
/
api
/
v1
/
collection
/
create
curl --request POST \
  --url https://app.twilix.io/api/v1/collection/create \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "collection": "<string>"
}'
{
  "count": 21
}
collection
string

Name for this new collection

Content-Type
default: "application/json"required

Requires JSON Content Type