API Reference
Last updated
Was this helpful?
Last updated
Was this helpful?
POST
https://api.app.authenteq.com/aml/search-by-verification
This endpoint makes the AML search taking the person details from the given identity verification.
A search request in the request body should be represented in JSON and conforms to the following JSON schema:
Authentication*
string
Your client credentials combined with a colon separator, base64-encoded and prefixed with "Basic ".
verificationId*
string
The id of an identity verification from which to extract the exact person details.
The AML check has been requested successfully. Please sign in to your account in and review the result.
POST
https://api.app.authenteq.com/aml/search-by-person
This endpoint makes the AML seach with the given person details.
A search request in the request body should be represented in JSON and conforms to the following JSON schema:
Authentication*
string
Your client credentials combined with a colon separator, base64-encoded and prefixed with "Basic ".
surname*
string
The person's surname. It must not be longer than 255 characters.
givenNames*
string
The person's given names. It must not be longer than 255 characters.
dateOfBirth
string
The person's date of birth. Format: YYYY-MM-DD
. Example: 1976-12-01
. The age must be in range of 16 to 200 years.
countryCode
string
The country code as ISO 3166-1 alpha-2 and alpha-3 strings of the person's country of residence.
reference*
UUID
The reference that uniqely identifies the person.
The AML check has been requested successfully. Please sign in to your account in and review the result.