Get Collections

Returns a paginated list of collections.

Authentication

AuthorizationBearer

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

Query parameters

pageintegerOptional>=1Defaults to 1

1-based page index.

limitintegerOptional1-200Defaults to 10

Page size (items per page).

Response

A paginated list of collections.
datalist of objects
List of collection objects.
paginationobject

Errors