get https://api.snappy.com/public-api/v2/collections
Log in to see full request history
Responses
400Bad request
401Unauthorized
400Bad request
401Unauthorized
xxxxxxxxxx
curl --request GET \
--url https://api.snappy.com/public-api/v2/collections \
--header 'accept: application/json'
xxxxxxxxxx
16[
{
"id": "string",
"name": "string",
"types": [
"string"
],
"coverImage": "string",
"thumbnails": [
"string"
],
"createdAt": "2025-04-05T16:30:39.193Z",
"createdBy": "string",
"lastUpdate": "2025-04-05T16:30:39.193Z"
}
]