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 '
{
"reason": "<string>",
"notes": "<string>",
"resolved_by": "<string>",
"evidence": {}
}
'Matches
Resolve match
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 '
{
"reason": "<string>",
"notes": "<string>",
"resolved_by": "<string>",
"evidence": {}
}
'Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Body
application/json
Response
200
Match resolved
⌘I