AML Screening API (v2)
Table of Contents
- 1 Getting started
- 1.1 Authorization
- 1.1.1 Scopes
- 1.2 Environments
- 1.3 Endpoints
- 1.4 Request limit
- 1.1 Authorization
- 2 Datasets
- 3 Person AML Screening
- 4 Business AML Screening
Getting started
AML screening API’s main goal is to search for people and businesses in our datasets. This will give the information if a particular person or business exists in any of our datasets like PEP, Sanctions, Adverse media, etc.
Authorization
To access our AML screening API you need to provide an access token in each request. (Learn how to get an access token here).
Scopes
When requesting an access token, you can specify one or more authorization scopes
to indicate the level of access you require. The available scopes for the AML screening API are:
aml_screening_natural_api
: Provides access to the natural person screening endpoint.aml_screening_legal_api
: Provides access to the legal person screening endpoint.
You can request access to one or both of these scopes when obtaining an access token, depending on the type of screening you need to perform.
Environments
Environment | Swagger URL | Base URL | Scopes |
---|---|---|---|
Sandbox
| https://sandbox-amlscreening.ondato.com/swagger/index.html?urls.primaryName=v2 |
|
|
Prod | https://amlscreening.ondato.com/swagger/index.html?urls.primaryName=v2 |
|
|
Endpoints
The AML screening API provides the following endpoints:
Request limit
The request limit for this API is 5
requests per second.
Datasets
In the request, you have to provide the dataset in which to perform the search. Which dataset to provide in the request depends on the entity type, you are searching. Some datasets are only for person search, others for businesses.
You can find the description of all our datasets here.
Person AML Screening
You can find detailed instructions on how to use our API for person AML screening here.
Business AML Screening
You can find detailed instructions on how to use our API for business AML screening here.