Get Tracked Campaigns
GET
https://apigw.seomonitor.com/v3/dashboard/v3.0/campaigns/tracked
Request
Query Params
campaign_ids
string
optional
campaign_ids
, the endpoint will return the data for all active Tracked Campaigns you have access to, across all company accounts.Example:
{{campaign_ids}}
company_id
integer
optional
company_id
, the endpoint will return the data for all Tracked Campaigns you have access to, across all company accounts.Example:
{{company_id}}
limit
integer
optional
limit
, the default number of records returned per request will be 10.Example:
{{limit}}
offset
integer
optional
limit
parameter to implement pagination.offset
, the API will start from the first record.Example:
{{offset}}
Header Params
Accept
string
required
Example:
application/json
Request samples
Responses
Modified at 2024-11-05 13:33:01