List Suggested Competitors
Returns competitor brands Temso has surfaced but that haven't been accepted into tracking yet. Accept them in the app to include them in analytics.
Returns competitor brands Temso has surfaced but that haven't been accepted into tracking yet. Accept them in the app to include them in analytics.
Path Parameters
Project ID (see List Projects)
Query Parameters
Page number (1-indexed, default: 1)
11 <= valueItems per page (default: 50, max: 1000)
501 <= value <= 1000Response Body
application/json
curl -X GET "https://example.com/projects/string/brands/suggestions"{
"data": [
{
"brandId": "string",
"brandName": "string",
"website": "string",
"description": "string"
}
],
"pagination": {
"page": 0,
"limit": 0,
"total": 0
}
}List Brands GET
Returns the accepted brands tracked in a project — your own brand first, then competitors sorted by name. Use the returned brand IDs to filter analytics and mention endpoints.
List Brand Mentions GET
Returns one row per brand mention extracted from AI responses in the date range, with position, sentiment, and perception attributes. Covers your own brand and tracked competitors; use filter[brandIds] to narrow to specific brands.