Skip to main content
POST
/
watchlist
/
matches
/
{id}
/
resolve
Resolve match
curl --request POST \
  --url https://api.txcloud.io/v1/watchlist/matches/{id}/resolve \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "resolution": "true_positive",
  "reason": "<string>",
  "notes": "<string>",
  "resolved_by": "<string>",
  "evidence": {}
}
'

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

Body

application/json
resolution
enum<string>
required
Available options:
true_positive,
false_positive,
escalate
reason
string
notes
string
resolved_by
string
evidence
object

Response

200

Match resolved