curl --location --request GET 'https://api.synup.com/api/v4/locations//keywords-performance?fromDate&toDate' \
--header 'Authorization: API T9V35W3xxxxxxxxxxx'
{
"data": {
"keywordsByLocationId": [
{
"id": "S2V5d29yZDoxODQ1OTY4",
"databaseId": "1845968",
"name": "local business",
"sites": [
{
"name": "Google",
"rankings": [
{
"rank": 5,
"rankedAt": "2025-02-04T03:28:57.931518",
"matchType": "location_url",
"matchUrl": "https://example.com/location"
}
]
}
]
}
]
}
}