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.
Last updated
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.
Last updated
This endpoint allows getting smart collection information.
GET
https://api.whisk.com/v2/smart_collection/{collection_id}
Getting smart collection by id. Id's for smart collections could be get from Get Collection method in smartCollections
array. The type in response represents smart collection type.
SMART_COLLECTION_TYPE_INVALID
SMART_COLLECTION_TYPE_MADE_IT
SMART_COLLECTION_TYPE_RECENTLY_VIEWED
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
collection_id
string
Unique collection identifier
Authorization
String
User Access token to authorize the API usage. For more information, see Authentication