Query parameters
-
The page number in a paginated set of results
-
The limit of results to be returned per page
-
Search Collection with a specific name
-
Search Collections that contains this in the name
-
Search Collection with a specific privacy
Values are
PrivateorPublic. -
Search Collection which have the following privacy
Values are
PrivateorPublic.
GET
/v1/collections
curl \
--request GET 'https://openapi.meltingspot.io/v1/collections'
Response examples (200)
{
"items": [
{
"id": "string",
"name": "string",
"description": "string",
"emoji": "string",
"privacy": "Private"
}
],
"total": 42
}