Sanction Shield v2.0.0

Supported fields are:

document_number

full_name

In searching, no validation of the input is done other than checking if the input is a string.

URL: api/v2/sanction-shield/search/ (POST)
Headers:
{
  "Authorization": "bearer <access-token>"
  "Content-Type": "application/json"
}
Body:
{
  "bundle_key": <string>,
  "sanction_lists": [ <string> ],
  "fields": [
    {
      "field_name": <string>,
      "value": <string>,
      "cutoff_match_score": <float>
    }
  ]
}

Successful Response

Specific error codes:

5048 - Invalid Sanction List

Last updated