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.
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. |
'application/pdf' file will be downloaded.
curl --location --request GET 'https://rest-api.argoskyc.com/v3/report/aml?resourceId={resourceId}' \
--header 'x-api-key: {yourAPIKey}'b
curl --location --request GET 'https://rest-api.argoskyc.com/v3/report/aml?resourceId={resourceId}' \
--header 'x-api-key: {yourAPIKey}'
- 'report.pdf' file will be downloaded