Returns the retailer by id.
Url Parameters
- companyid - Your company id.
- id - Retailer id.
Sample Request
GET api/report/insights/v2/{companyid}/retailers/00000000-0000-0000-0000-000000000000
Sample Response
{
"items": [
{
"id": "30770870-ebfc-4035-ae4b-d9e8acd8a808",
"name": "walmart.com",
"url": "http://walmart.com"
}
]
}