GET /account/competitors
Returns competitor visibility data across all sites in your account.
Request
Endpoint
https://app.knowatoa.com/api/v2/account/competitors
Query Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| api_key | string | Yes | Your API authentication key |
| flat | string | No | Set to "true" for flat JSON format |
| format | string | No | Set to "csv" for CSV export |
Response
Similar structure to account questions but with competitor analysis data including:
- Competitor name
- Mentions count
- Questions count
- Percentage
Notes
- Only includes target sites (not competitors)
- Only includes sites with setup_complete: true
- Field structure matches site-level competitors endpoint