Alerts
Visibility change alerts from your trackers
Returns the change events your trackers detected between scheduled runs — when your brand is dropped from or added to a prompt, its position moves, a competitor newly appears, or sentiment shifts. Poll this to react to visibility changes. Free.
GET
/v1/alerts/Authorization
accessKey x-access-key<token>
In: header
Query Parameters
brand_id?string
type?string
Value in
"mention_lost" | "mention_gained" | "position_changed" | "competitor_new" | "sentiment_changed"from?string
to?string
limit?integer
Default
50Range
1 <= value <= 200offset?integer
Default
0Range
0 <= valueResponse Body
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/v1/alerts/"{
"success": true,
"data": {
"total": 0,
"limit": 0,
"offset": 0,
"alerts": [
{
"id": "string",
"brandId": "string",
"brand": "string",
"trackerId": "string",
"prompt": "string",
"engine": "string",
"type": "string",
"message": "string",
"createdAt": "string"
}
]
}
}{
"success": false,
"message": "string"
}{
"success": false,
"message": "string"
}{
"success": false,
"message": "string"
}