Return a list of shelf pages.
Url Parameters
- companyid – Your company id.
Query Parameters
- id – Optional ID of the search term to limit result set to one.
Sample Request
GET api/report/insights/v2/{companyid}/shelfpages
Sample Response
{
"items": [
{
"name": " Costcobusinessdelivery",
"url": "https://www.costcobusinessdelivery.com/nutrition-snack-bars.html",
"id": "498e763e-5933-4154-ffff-0238792ae24a"
},
{
"name": "Menards.com",
"url": "https://www.menards.com/main/grocery-home/housewares/cleaning-supplies/cleaning-tools/c-7113.htm",
"id": "df37656f-70b3-4916-ffff-2e1ed5c4ffd7"
}
]
}