v1Resources/Reviews/getList review sources
List review sources
Every review source for a location — connected platforms (Google, Facebook, ...) plus custom URLs (Yelp, TripAdvisor, ...), with status and hide state.
get
reviews:read/api/v1/reviews/sourcesQuery parameters
locationIdstringrequired
The location to look up.
clientIdstringrequired
The location's client.
Response
dataobjectoptional
sourcesarray 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/sources
Your API key
locationId *
clientId *
{
"data": {
"sources": [
{
"key": "custom:cm_source_1",
"id": "cm_source_1",
"type": "custom",
"platform": "yelp",
"label": "Yelp",
"url": "https://www.yelp.com/biz/acme-dental-austin",
"locationId": "cm_loc_1",
"locationName": "Acme Dental — Downtown",
"count": 12,
"hidden": false,
"pending": false,
"liveCount": 12,
"tier": "outscraper",
"origin": "user",
"fetchIntervalHours": 24,
"lastScrapedAt": "2026-02-01T06:00:00.000Z",
"nextFetchAt": "2026-02-02T06:00:00.000Z",
"status": "active",
"lastError": null,
"createdAt": "2026-01-15T09:00:00.000Z"
}
]
}
}Guides that use this endpoint
- How to Fetch and Respond to Reviews via APIFetch reviews from Google, Facebook and custom review sites, filter them, post owner replies, add internal notes and read review analytics with the Synup API.
- Fetch Recent Reviews via APIPull a location's reviews from every connected platform with the Synup API, filter to what needs attention, and page through with a cursor.