Video Collections Endpoints
List Collections
List all collections
GET
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
Maximum number of collections to return
Required range:
x <= 100
Number of collections to skip
Order the collections by a specific field
Available options:
name
, created_at
Sort the collections in ascending or descending order
Available options:
asc
, desc
Response
200
application/json
A list of collections
Object type, always 'list'
Available options:
list
Array of collection objects
Total number of collections matching the query
Number of items returned in this response
Offset from the start of the list