cURL
curl --request GET \ --url https://api.example.com/v1/watches/{id}
{ "id": "wat_Nk3pR8sT", "object": "watch", "name": "AURORA brand watch", "watch_type": "keyword", "criteria": { "query": "AURORA", "match": "phonetic" }, "triggers": ["new_filing", "status_change"], "scope_filters": { "office_code": ["uspto", "euipo", "ukipo"], "nice_classes": [9, 35, 42] }, "delivery_channels": ["api"], "status": "active", "alert_count": 7, "last_alert_at": "2026-03-22T08:15:00Z", "created_at": "2026-01-15T10:00:00Z", "updated_at": "2026-03-01T12:00:00Z", "livemode": true, "request_id": "req_mF2wX8yZ" }
Retrieve a single trademark watch by ID
wat_Nk3pR8sT
Show Watch object
wat_*
status
competitor
class
keyword
portfolio
new_filing
status_change
any_change
["api"]
active
paused
disabled
curl https://api.signa.so/v1/watches/wat_Nk3pR8sT \ -H "Authorization: Bearer sig_live_xxxxxxxxxxxx"
unauthorized
not_found
rate_limited