Get a Shopping List
This endpoint allows you to read data of a shopping list.
Get Shopping List
GET
https://api.whisk.com/list/v2/{id}
You can append the following path parameter to the base URL to pull details of a particular shopping list:
Path Parameters
Name
Type
Description
id
string
The shopping list identifier.
Headers
Name
Type
Description
Authentication
string
Server token or a User Access token containingshopping_list:read
scope to authorize the API usage. For more information, see Authentication.
Sample Request and Response
Whisk allows you to discover and understand its API capabilities on the Swagger interface with the ability to try out the API calls directly in your browser. You can call this endpoint here.
Last updated