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/research/v3.0/domain-overview?campaign_id={{campaign_id}}&url={{url}}&gap_analysis={{gap_analysis}}' \
--header 'Authorization: <api-key>'{
"ranking_keywords": 159,
"search_data": {
"search_volume": 74890,
"year_over_year": -63.7,
"monthly_searches": [
{
"month": "June",
"year": 2026,
"search_volume": 100120
},
{
"month": "July",
"year": 2026,
"search_volume": 168330
}
]
},
"serp_data": {
"percentage_clicks": 0.73,
"serp_features": [
{
"feature": "ADT",
"count": 32
},
{
"feature": "VID",
"count": 81
},
{
"feature": "IMG",
"count": 9
},
{
"feature": "GEO",
"count": 1
}
]
},
"est_traffic": {
"my_traffic": {
"traffic": 2585,
"trend": 0.13
},
"competitor_traffic": {
"traffic": 2585,
"trend": 0.13
}
},
"visibility_data": {
"my_traffic": {
"visibility": 0.22,
"trend": 0.03
},
"competitor_traffic": {
"visibility": 0.22,
"trend": 0.03
}
}
}