Collections
create collection
Collections
create collection
POST
/
api
/
v1
/
collections
curl --request POST \
--url https://{defaultHost}/api/v1/collections \
--header 'Content-Type: application/json' \
--header 'X-Authorization: <api-key>' \
--data '{
"collection": {
"title": "<string>",
"description": "<string>",
"share_preference": "<string>",
"pinned": true,
"visual_order": 123,
"emoji": "<string>",
"public_visible": true,
"share_all_links": true,
"parent_id": 123,
"cover_image_data": {
"data": "<string>"
}
}
}'
Was this page helpful?
curl --request POST \
--url https://{defaultHost}/api/v1/collections \
--header 'Content-Type: application/json' \
--header 'X-Authorization: <api-key>' \
--data '{
"collection": {
"title": "<string>",
"description": "<string>",
"share_preference": "<string>",
"pinned": true,
"visual_order": 123,
"emoji": "<string>",
"public_visible": true,
"share_all_links": true,
"parent_id": 123,
"cover_image_data": {
"data": "<string>"
}
}
}'