post
https://api.bynn.com/v1/aml/search
Screens a name against Bynn's AML data — global sanctions, PEP (politically
exposed persons), and watchlists.
Search for a person or an entity (company / organization) with the
type parameter. Returns the ranked matches; use the returned id with the
AML detail endpoints to pull a full profile.
Response
{
"query": "John Doe",
"type": "person",
"total": 2,
"results": [
{ "id": "NK-…", "name": "John Doe", "schema": "Person", "match": true,
"score": 0.92, "topics": ["sanction"], "birth_date": ["1965-04-12"],
"country": ["ru"] }
]
}
Errors
401 authentication_error— missing, malformed, or revoked private key.402 payment_required— the request could not be completed for this account.503 service_unavailable— screening is temporarily unavailable; retry.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…