filterInput/selectionType/locationIds to scope the set, identical to Filter locations.curl --location --globoff 'https://api.synup.com/api/v4/locations/google-verification-stats?filterInput={}&selectionType=ALL_ITEMS&locationIds=' \
--header 'Synup-Version: 2026-04-17' \
--header 'Authorization: API T9V35W3xxxxxxxxxxx'{
"data": {
"googleVerificationLocationStats": {
"total": 0,
"verified": 0,
"underReview": 0,
"pendingVerification": 0,
"duplicate": 0,
"suspended": 0,
"notVerified": 0,
"errorWhileFetching": 0,
"notConnected": 0,
"listingNotPresent": 0
}
}
}