Retrieves the daily Visibility and average weighted ranks of your website or of any other domain, for a group of keywords, over a specified timeframe.You can use this endpoint in two ways:to retrieve the Visibility data of an existing keyword group created in the SEOmonitor campaign, by specifying the group_id in the request.to retrieve the Visibility data of a list of requested keywords, by specifying the list of keyword_ids in the request.
Request
Authorization
Add parameter in header
Authorization
Example:
Authorization: ********************
Query Params
Header Params
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl--location-g--request GET 'https://apigw.seomonitor.com/v3/rank-tracker/v3.0/groups/daily-visibility?campaign_id={{campaign_id}}&start_date={{start_date}}&end_date={{end_date}}&group_id={{group_id}}&keyword_ids={{keyword_ids}}&domain={{domain}}&feature_visibility={{feature_visibility}}' \
--header'Accept: application/json' \
--header'Authorization;'