curl --location 'https://api.synup.com/api/v4/connected-accounts/apple-confirmed-matches?accountId=QWNjb3VudDoxMjM%3D&connectedAccountId=Q29ubmVjdGVkQWNjb3VudDo0NTY%3D&page=1' \
--header 'Synup-Version: 2026-04-17' \
--header 'Authorization: API T9V35W3xxxxxxxxxxx'{
"data": {
"appleConfirmedMatches": {
"matches": [
{
"id": "string",
"appleBusinessId": "string",
"connectedAccountId": "string",
"connectedAccountLabel": "string",
"connectedAccountsLocationId": "string",
"lakeRecordId": "string",
"matchedOn": "2019-08-24T14:15:22.123Z",
"synupLocationId": 0
}
],
"matchesCount": 0,
"pages": 0
}
}
}