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.
This endpoint allows getting smart collection information.
Get Smart Collection
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
Path Parameters
Name | Type | Description |
---|---|---|
collection_id | string | Unique collection identifier |
Headers
Name | Type | Description |
---|---|---|
Authorization | String | User Access token to authorize the API usage. For more information, see Authentication |
Sample Request
Last updated