Features:
source)locationId)locationName)status)curl --location 'https://api.synup.com/api/v4/location-connections?source=GoogleAccount&locationId=279169&locationName=Aikido&status=NotConnected&sortField=location_info&sortOrder=Ascending&page=1&perPage=20' \
--header 'Authorization: API T9V35W3xxxxxxxxxxx'{
"data": {
"locationsConnectInfo": {
"pageInfo": {
"hasNextPage": true,
"hasPreviousPage": true,
"totalPages": 0,
"totalRecords": 0
},
"records": [
{
"locationId": "string",
"accountId": "string",
"clientName": "string",
"accountType": "GoogleAccount",
"status": "string",
"connectedAccountId": "string",
"providerId": "string",
"accountMail": "string",
"publisherAccountName": "string",
"publisherAccountId": "string",
"listingSiteId": 0,
"locationInfo": {
"approved": true,
"name": "string",
"street": "string",
"street1": "string",
"city": "string",
"postalCode": "string",
"countryIso": "string",
"storeCode": "string",
"liveLink": "string"
},
"connectedListingInfo": {
"name": "string",
"addressLines": [
"string"
],
"administrativeArea": "string",
"locality": "string",
"regionCode": "string",
"postalCode": "string",
"phone": "string",
"storeCode": "string",
"gmbAccountNumber": "string",
"gmbGroup": "string",
"suspended": true,
"liveLink": "string"
}
}
]
}
}
}