Get Smart Collection
Method for getting smart collections. Smart collections are special types of collections created automatically in Whisk. Content in smart collections also updates automatically based on user actions.
Get Smart Collection
Path Parameters
Name
Type
Description
Headers
Name
Type
Description
{
"collection": {
"id": "string",
"name": "string",
"type": "SMART_COLLECTION_TYPE_INVALID",
"images": [
{
"url": "string",
"width": 0,
"height": 0,
"selection": {
"x": 0,
"y": 0,
"width": 0,
"height": 0
}
}
],
"recipe_count": 0
},
"smart_tags": [
{
"value": {
"name": "string",
"display_name": "string"
}
}
]
}Sample Request
Last updated
Was this helpful?