List or Create Collections
GET: List all collections accessible to the user, ordered by creation date. POST: Create a new collection with ordered experiences. Only published experiences belonging to the same publication can be added.
Query parameters
ordering
Which field to use when ordering the results.
owner
page
A page number within the paginated result set.
page_size
Number of results to return per page.
publication
publication_url
search
A search term.
visibility
* `public` - Public
* `private` - Private
* `team` - Team
* `org` - Organization
Allowed values:
Response
List of collections
count
results
next
previous
Errors
400
Bad Request Error
401
Unauthorized Error

