v1Resources/Reviews/getList tracked competitors

List tracked competitors

The competitors tracked for a location, or (clientId with no locationId) the client-wide roll-up set shown across every one of its locations.

get/api/v1/reviews/competitors
reviews:read
Query parameters
locationIdstringoptional
The location to look up. Omit to list the client-wide roll-up set instead — pass clientId in that case.
clientIdstringoptional
The location's client. Required alongside locationId; on its own it lists the client-wide roll-up set.
Response
dataobjectoptional
competitorsarray of objectoptional
Errors
400The request is missing a required parameter or is otherwise malformed.
401Missing, invalid, expired, or revoked API key.
403The key lacks the required scope, or isn't authorized for this client/location.
404The resource wasn't found, or doesn't belong to your agency.
429Too many requests. Retry after the number of seconds in the Retry-After header.
get/api/v1/reviews/competitors
Your API key
locationId
clientId
{
  "data": {
    "competitors": [
      {
        "id": "cm_comp_1",
        "kind": "competitor",
        "source": "manual",
        "name": "Smile Bright Dental",
        "placeId": "ChIJtXC2rwgF9YgRNh1YJHlA4vQ",
        "address": "45 Congress Ave, Austin, TX",
        "lastUpdated": "2026-02-01T06:00:00.000Z",
        "avgRating": 4.6,
        "reviewCount": 340
      }
    ]
  }
}

Guides that use this resource