Create a review for an individual watchlist screening
Create a review for the individual watchlist screening. Reviews are compliance reports created by users in your organization regarding the relevance of potential hits found by Plaid.
Request body
Example request
{
"confirmed_hits": [
"scrhit_52xR9LKo77r1Np"
],
"dismissed_hits": [
"scrhit_52xR9LKo77r1Np"
],
"comment": "These look like legitimate matches, rejecting the customer.",
"watchlist_screening_id": "scr_52xR9LKo77r1Np"
}Response
OK
Example response
{
"id": "rev_aCLNRxK3UVzn2r",
"confirmed_hits": [
"scrhit_52xR9LKo77r1Np"
],
"dismissed_hits": [
"scrhit_52xR9LKo77r1Np"
],
"comment": "These look like legitimate matches, rejecting the customer.",
"audit_trail": {
"dashboard_user_id": "54350110fedcbaf01234ffee",
"timestamp": "2020-07-24T03:26:02Z"
}
}Changes
Changed in 3 of the 52 revisions of this API.211
- ●
added the new
retroenum value to theaudit_trail/sourceresponse property for the response status200response-property-enum-value-added
This revision also has 3 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ●
- ▲
the
commentresponse property's minLength was decreased from1to0for the response status200response-property-min-length-decreased
- ○
the
commentrequest property's minLength was decreased from1to0request-property-min-length-decreased
- ▲
- ▲
the
commentrequest property's minLength was increased from0to1request-property-min-length-increased
This revision also has 699 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲