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/organic-traffic/v3.0/keywords?campaign_id={{campaign_id}}&start_date={{start_date}}&end_date={{end_date}}&segment={{segment}}&limit={{limit}}&offset={{offset}}&order_by=sessions&order_direction={{order_direction}}&tracking_status={{tracking_status}}&search={{search}}' \
--header 'Authorization: <api-key>'{
"keyword": "seo monitor",
"tracked_keyword_id": 0,
"brand": false,
"current_page": "https://seomonitor.com/seomonitor.com/",
"gsc_data": {
"impressions": 5550,
"clicks": 354,
"ctr": 6,
"avg_position": 1
},
"analytics_data": {
"sessions": 670,
"ecommerce": {
"conversions": 0,
"revenue": 0
},
"goals": {
"completions": 0,
"revenue": 0
}
}
}