Collections
Collection Delete
Delete a collection owned by the authenticated account.
Delete a collection owned by the authenticated account.
DELETE
/collections/{collection_mark}storyden-session<token>
In: cookie
Path Parameters
collection_markstring
Either:
- The unique collection ID.
- A string of the form -
Format
xid-prefixed-kebab-case-stringResponse Body
curl -X DELETE "https://loading/api/collections/cc5lnd2s1s4652adtu50-top-10-movies-thread"Empty
Empty
Empty
{
"error": "string",
"message": "string",
"suggested": "string",
"metadata": {}
}Collection Create POST POST
Create a collection for curating posts under the authenticated account.
Collection Get GET GET
Get a collection by its ID. Collections can be public or private so the response will depend on which account is making the request and if the target collection is public, private, owned or not owned by the account.