Endpoint Examples
List all Collections
This endpoint allows you to list all your existing collections.
This list has a pagination of up to 20 items per request.
Next
and Previous
urls will be provided on every response Request Body
- No request body parameters required.
Response
The response will be a JSON object with the following properties:
count
(number): Total number of collections. -next
(string): URL for the next pagination item. -previous
(string): URL for the previous pagination item. -results
(list): A list of all available collections.
GET
Authorizations
Response
200
application/json
OK
The response is of type object
.