New: French documentation now available! Switch to French
English
cURL
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": {} }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Match details
Show child attributes