Authentication required. Set the Authorizationheader to your SEOmonitor API token (raw JWT — noBearerprefix). See the Authentication Guide for setup.
Authorization: ********************curl --location --globoff 'https://apigw.seomonitor.com/v3/rank-tracker/v3.0/keywords/daily-ranks?campaign_id={{campaign_id}}&start_date={{start_date}}&end_date={{end_date}}&domain={{domain}}&group_id={{group_id}}&keyword_ids={{keyword_ids}}&get_archive={{get_archive}}&limit={{limit}}&offset={{offset}}&search={{search}}' \
--header 'Authorization: <api-key>'{
"keyword_id": 355,
"keyword": "librarie online",
"ranking_data": {
"desktop": [
{
"date": "2022-02-01",
"rank": 4
},
{
"date": "2022-02-02",
"rank": 4
}
],
"mobile": [
{
"date": "2022-02-01",
"rank": 4
},
{
"date": "2022-02-02",
"rank": 4
}
]
}
}