GET
/
v2
/
alerts
/
{alert_id}
/
matches
List alert matches
curl --request GET \
  --url https://api-v2.watchcollect.com/v2/alerts/{alert_id}/matches \
  --header 'Authorization: Bearer <token>'
{
  "items": [
    {
      "alert_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "resource_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "listing_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "canonical_message_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "matched_at_ms": 123,
      "seen_at_ms": 123
    }
  ],
  "total": 123
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

alert_id
string<uuid>
required

Query Parameters

unseen_only
boolean
default:false

Response

200 - application/json

Alert match list.

items
object[]
required
total
integer
required