curl --location --request GET 'https://api.synup.com/api/v4/connected-accounts//connection-suggestions?page&perPage' \
--header 'Authorization: API T9V35W3xxxxxxxxxxx' \
--header 'Content-Type: application/json'
{
"data": {
"connectionSuggestionsForAccount": {
"pageInfo": {
"hasNextPage": false,
"hasPreviousPage": false,
"totalPages": 1,
"totalRecords": 2
},
"records": [
{
"accountEmail": "abc@synup.com",
"accountType": "GMB",
"connectedAccountId": "bc818dc7-1576-4e50-a69d-c69d22103588",
"locationId": "73415",
"locationInfo": {
"city": "Lincoln",
"countryIso": "US",
"countryName": "United States",
"name": "Stg - 24 Aug - with Store code",
"phone": "3125270491",
"postalCode": "68502",
"stateIso": "NE",
"stateName": "Nebraska",
"storeCode": "update store code and address 123",
"street": "3201 South St, 17 cross#778",
"street1": null
},
"matchedDataDatabaseId": "0d5e306f-0da0-46e3-929f-fd3c67ccd8cc",
"suggestedLocationInfo": {
"liveLink": null,
"locationInfo": {
"city": "Lincoln",
"country": "US",
"name": "Stg - 24 Aug - with Store code",
"phone": "(312) 527-0491",
"postalCode": "68502",
"state": "NE",
"street": "3201 South St, 17 cross, #778"
},
"mainAccount": "Business 1",
"mainAccountId": null,
"storeCode": null,
"subAccount": null
}
}
]
}
}
}