Endpoints
Alerts
Recent competitive intelligence alerts for your account.
GET
Returns recent alerts, newest first.
Required scope:
Query parameters:
Your API key from Settings > API Keys.
alerts:read.
GET /api/v1/me/alerts
| Parameter | Type | Default | Description |
|---|---|---|---|
limit | integer | 50 | Alerts per page, max 200 |
unread | boolean | false | Only return unread alerts |
type | string | - | Filter by alert type, such as rating_drop, review_surge, price_change, or trend_opportunity |
PATCH /api/v1/me/alerts/:id
Marks an alert as read or unread. Required scope:alerts:write.