Circana · Example Payload

Circana Getbrand Example

AnalyticsConsumer DataMarket ResearchRetailCPGPoint Of SaleConsumer InsightsBusiness Intelligence

Circana Getbrand Example is an example object payload from Circana, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathsummaryrequestExamplesresponseExamples

Example Payload

Raw ↑
{
  "operationId": "getBrand",
  "method": "GET",
  "path": "/brands/{brand_id}",
  "summary": "Circana Get Brand Details",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "GetBrand200Example",
      "example": {
        "brand_id": "brand-500123",
        "name": "Example Cola",
        "manufacturer": "Example Corp",
        "categories": [
          "Carbonated Beverages"
        ],
        "upc_count": 45,
        "market_presence": {
          "channels": 6,
          "retailers": 120,
          "geographic_coverage": "national"
        }
      }
    }
  ]
}