Create collection

View as Markdown
**What:** Create a new empty collection. Blank/omitted name auto-names `My Collection N`. **Auth:** Bearer token required. **Body (JSON):** | Field | Type | Required | Description | Example | |---|---|---|---|---| | name | string | no | Title, trimmed, capped at 60 chars. Blank = `My Collection N`. | `Sci-Fi Night` | **Returns:** `data = card` (201).

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

This endpoint expects an object.
namestringRequired

Response

Created
okboolean
dataobject

Errors

401
Unauthorized Error