Create a collection.

Beta

Authentication

AuthorizationBearer

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

Request

This endpoint expects an object.
collection_display_namestringOptionalDefaults to Untitled
collection_img_urlstring or nullOptional
collection_descriptionstring or nullOptional
tagslist of stringsOptional
table_orderlist of stringsOptional
collection_idstring or nullOptional

Optional user-provided collection ID. Must be a lowercase slug (a-z, 0-9, hyphens, underscores) between 3 and 63 characters. If omitted, an ID is auto-generated.

Response

Successful Response
dataobject or null

Errors

422
Unprocessable Entity Error