Returns a list of retailers.
Url Parameters
- companyid - Your company id.
Sample Request
GET api/report/insights/v2/{companyid}/retailers
Sample Response
{
"items": [
{
"id": "50a4ff16-6491-4ec3-85cc-44b85df4a1bd",
"name": "1stoplighting.com",
"url": "https://www.1stoplighting.com/"
},
{
"id": "d7901a01-af59-44e0-b212-9533548dcd2c",
"name": "abt.com",
"url": "http://www.abt.com/"
},
{
"id": "779a0b44-7128-45d5-bae9-ad702017afc6",
"name": "accessories.dell.com",
"url": "http://accessories.dell.com/"
}
]
}