DEV Community

Howth Technology Factory
Howth Technology Factory

Posted on

Stop collapsing match confidence into a boolean


Returning true/false from a screening endpoint throws away the one piece of data a caller actually needs to build a good review UI: how close the match was. We return the raw score so callers can set their own thresholds. Sanctions Screening API

Top comments (0)