Skip to main content
POST
Get AML report by uid

Authorizations

token
string
header
required

Pass your API token in the token request header.

Body

application/json
uid
string
required

uid received in response to POST /aml-report (with async = true)

Example:

"11aa04033dcac58816e4cb53e8592280a1f897bd4"

Response

OK - AML recheck response by uid

code
string
required

Response code.

Example:

"200"

error_code
string | null
required

Application-level error code. Null for successful responses.

Example:

null

error_message
string | null
required

Human-readable error message. Null for successful responses.

Example:

null

data
object
required

Response data. For async=true it contains uid. For async=false or completed recheck it contains AML report fields. For recheck provider errors it may contain code, error_code and error_message.