Skip to content

Get All Collections

GET

/collections

https://api.storefront.wdb.skooldio.dev/collections

Require Authentication: No

Example Request

Terminal window
curl --request GET \
--url https://api.storefront.wdb.skooldio.dev/collections

Responses

Results

[
{
"id": "1",
"name": "2024 Collections",
"permalink": "collection-1",
"description": "Step into a world of winter elegance and style with our latest Winter Collection. As temperatures drop, our curated selection of clothing is designed to keep you fashionably warm. From luxurious knitwear to trend-setting outerwear, each piece in our collection is a celebration of seasonal sophistication. Explore the blend of comfort and fashion, as we present you with the must-have ensembles to make a statement in the chilly months ahead. Welcome to a winter wardrobe that seamlessly combines coziness with chic aesthetics.",
"items": [
{
"title": "Flexi Move",
"description": "Step into a world where fashion meets functionality with our latest Sneaker Collection. Designed for those who appreciate the perfect fusion of style and comfort, our curated selection of sneakers is a celebration of urban chic.",
"imageUrl": "https://example.com/image.png"
},
{
"id": "Cozy Breeze",
"description": " Embrace the season with our carefully curated selection of garments, each piece thoughtfully designed to blend fashion and functionality. From cozy knits to elegant outerwear, our collection invites you to indulge in the allure of winter fashion.",
"imageUrl": "https://example.com/image2.png"
}
]
}
]