Skip to main content
POST
Check Individual
For a usage description of the AML Check Individual Service, please refer to the AML page.

Endpoint

POST /aml/checkIndividual

Swagger

Authorizations

Authorization
string
header
required

Bearer token obtained from POST /auth. Valid for 60 minutes.

Body

application/json
name
string
required

Search string checked against name fields.

Example:

"Boris Johnson"

dob
string

Date of birth in the format yyyy/mm/dd.

Example:

"1964/06/19"

Response

A JSON array of matching individuals.

timestamp
string

The timestamp of the response (ISO 8601 date time).

Example:

"2024/09/24T19:16:00Z"

totalHits
number

The total number of hits for the searched parameters.

Example:

1

foundRecords
object[]

Array with attributes of type Individual.