{
"fromDate": "2023-03-11",
"toDate": "2023-03-15",
"locationIds": [
"TG9jYXRpb246NzkwODQ="
],
"source": [
"Google"
]
}
curl --location --request POST 'https://api.synup.com/api/v4/locations/ranking-analytics-timeline' \
--header 'Authorization: API T9V35W3xxxxxxxxxxx' \
--header 'Content-Type: application/json' \
--data-raw '{
"fromDate": "2023-03-11",
"toDate": "2023-03-15",
"locationIds": [
"TG9jYXRpb246NzkwODQ="
],
"source": [
"Google"
]
}'
{
"data": {
"rankingsRollupByDate": [
{
"siteAverageRanking": [
{
"site": "Google",
"averageRankings": [
{
"date": "2023-03-11",
"averageRank": 0
}
]
}
]
}
]
}
}