Skip to main content
POST
Create a new collection
This endpoint allows authenticated users to create a new collection with a specified name and optional description. The user creating the collection is automatically added as a member.

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Body

application/json
name
string
required

Collection name

description
string

An optional description of the collection

Response

200

results
object