Skip to main content
GET
/
watchlist
/
matches
/
{id}
Get match details
curl --request GET \
  --url https://api.txcloud.io/v1/watchlist/matches/{id} \
  --header 'Authorization: Bearer <token>'
{
  "id": "<string>",
  "screening_id": "<string>",
  "status": "<string>",
  "screened_entity": {},
  "matched_entry": {
    "list": "<string>",
    "name": "<string>",
    "aliases": [
      "<string>"
    ],
    "category": "<string>",
    "country": "<string>",
    "details": {},
    "sources": [
      {}
    ]
  },
  "match_score": 123,
  "match_analysis": {}
}

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

Response

200 - application/json

Match details

id
string
screening_id
string
status
string
screened_entity
object
matched_entry
object
match_score
number
match_analysis
object