GET /api/v1/collections

Returns collections belonging to the authenticated user, ordered by creation date. Use the /items endpoint to access a collection’s contents.

Required Scopes

  • read

Request Body

None.

Responses

200

collections list

Schema: array[collection_output]

collection_output

Field Type Required Description
id integer yes
name string yes