GET /account/sources
Returns citation sources across all sites in your account.
Request
Endpoint
https://app.knowatoa.com/api/v2/account/sources
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 citation source data including:
- Domain
- Citation count
- Percentage of total citations
Notes
- Only includes target sites (not competitors)
- Only includes sites with setup_complete: true
- Field structure matches site-level sources endpoint