AML
AML Check Individual Service
AML Check Individual Service API Documentation
POST
For a usage description of the AML Check Individual Service, please refer to the AML page.
Endpoint
POST /aml/checkIndividual
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
Search string checked against name fields.
Example:
"Boris Johnson"
Date of birth in the format yyyy/mm/dd.
Example:
"1964/06/19"
Response
200
application/json
A JSON array of matching individuals.
The timestamp of the response (ISO 8601 date time).
Example:
"2024/09/24T19:16:00Z"
The total number of hits for the searched parameters.
Example:
1
Array with attributes of type Individual.