Get Shopping Lists
Returns all available shopping lists for the user. This API available only for user access-token integration.
Get Shopping Lists
GET
https://graph.whisk.com/v1/lists
Response
ATTRIBUTE | TYPE | DESCRIPTION |
lists* | array [ListsItemResponse] |
ShoppingList
ATTRIBUTE | TYPE | DESCRIPTION |
id* | string | |
name* | string | |
count | integer | The number of items in the Shopping List |
createdTime* | datetime | The time the Shopping List was created. |
updatedTime* | datetime |
Sample Request
Last updated