GET/report/aml

Download AML report in pdf file

GET https://rest-api.argoskyc.com/v3/report/amlhttps://rest-api.argoskyc.com/v3/report/aml

  • To download AML report, 'resourceid' is required.

  • Check the 'resourceid' through GET/Verifiedinfo

Input Data

Request URL

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

Last updated