curl --location --request GET 'https://api.synup.com/api/v4/locations/listings/duplicates?tag=test&page=1' \
--header 'Authorization: API T9V35W3xxxxxxxxxxx' \
--header 'Content-Type: application/json'
{
"data": {
"duplicateListingsRollup": {
"pageInfo": {
"hasNextPage": true,
"hasPreviousPage": false,
"totalPages": 2,
"totalRecords": 89
},
"records": [
{
"addressValid": false,
"categoryValid": null,
"city": "Chicago",
"countryCode": null,
"duplicateProcessingState": "POTENTIAL",
"id": "43843437",
"liveLink": "https://www.judysbook.com/Buffalo-Wild-Wings-Restaurants-chicago-r14401354.htm",
"locationId": "203040",
"name": "Buffalo Wild Wings",
"nameValid": true,
"originalLiveLink": "https://www.judysbook.com/Buffalo-Wild-Wings-BtoB%7eAccountants-Business-chicago-r39915056.htm",
"phone": "--- '7738689453'\n",
"phoneValid": true,
"postalCode": "60614",
"siteName": "Judys Book",
"siteUrl": "judysbook.com",
"state": "IL",
"street": "2464 North Lincoln Avenue"
}
]
}
}
}