Links

GET/report/aml

Download AML report in pdf file
get
https://rest-api.argoskyc.com/v3/report/aml
https://rest-api.argoskyc.com/v3/report/aml
  • To download AML report, 'resourceid' is required.
  • Check the 'resourceid' through GET/Verifiedinfo

Input Data

Request URL

Parameter
Required
Description
resourceId
required
'resourceId' is a unique id of the risky individual, it will be returned when there is a matching AML result.

Output Data

'application/pdf' file will be downloaded.

Sample

Request URL: resourceId

curl --location --request GET 'https://rest-api.argoskyc.com/v3/report/aml?resourceId={resourceId}' \
--header 'x-api-key: {yourAPIKey}'b

Sample Request: resourceId

curl --location --request GET 'https://rest-api.argoskyc.com/v3/report/aml?resourceId={resourceId}' \
--header 'x-api-key: {yourAPIKey}'

Sample Response: resourceId

  • 'report.pdf' file will be downloaded