Documentation Index

Fetch the complete documentation index at: https://docx.syndigo.com/llms.txt

Use this file to discover all available pages before exploring further.

Retailer ID

Prev Next

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"
    }
  ]
}