Start Research
POST
/v1/monitoring/start-researchStart Research on Monitoring.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
| account_id | string | yes | The connected ad account ID. |
Example request
POST /v1/monitoring/start-research
{
"account_id": "account_a91f"
}Example response
200 — OK
{
"data": [
{
"id": "camp_a91f",
"name": "Q2 Brand",
"status": "ENABLED"
}
],
"page": {
"next": null
}
}More Monitoring endpoints