This endpoint allows you to list all your existing collections.
Next
and Previous
urls will be provided on every 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.OK
The response is of type object
.