Skip to main content
POST
/
api
/
v1
/
brands
/
{brand_id}
/
dashboards
/
competitor-google-ads
/
report
Generate Competitor Report
curl --request POST \
  --url https://api.example.com/api/v1/brands/{brand_id}/dashboards/competitor-google-ads/report \
  --header 'Authorization: Bearer <token>'
{
  "job_id": "<string>",
  "status": "queued"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

brand_id
string<uuid>
required

Response

Successful Response

POST .../report — the report builds off-request; poll report/{job_id}.

job_id
string
required
status
string
default:queued