Temso

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.

GET
/projects/{projectId}/brands/suggestions

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

projectId*string

Project ID (see List Projects)

Query Parameters

page?integer

Page number (1-indexed, default: 1)

Range1 <= value
Default1
limit?integer

Items per page (default: 50, max: 1000)

Range1 <= value <= 1000
Default50

Response 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  }}