Get your Shopping Lists
This endpoint offers you the ability to read reference details of all your shopping lists that exist in your Whisk account.
Get Shopping Lists
Headers
Name
Type
Description
{
"list": [
{
"id": "string",
"name": "string",
"primary": true
}
],
"items": [
{
"list": {
"id": "string",
"name": "string",
"primary": true
},
"item_count": 0,
"grouped_item_count": 0
}
]
}{
"error_code": "REAL_CODES_ARE_IN_ENDPOINT_DESCRIPTION",
"message": "Additional details about error are not static and can be changed"
}Sample Request and Response
Last updated
Was this helpful?