Notes
- The
resourceId can be obtained through the GET/submission API.
- Multiple
resourceIds may exist for a single submission (in case of multiple matches).
- The
resourceId is only generated when the AML screening result is 'Red Flag'.
1. Endpoint
GET https://rest-api.argosidentity.com/v3/report/aml
2. Authentication
Include the API key in the x-api-key header:
3. Request Parameter
Unique identifier for the selected AML screening result.
4. Request Example
curl --location --request GET 'https://rest-api.argosidentity.com/v3/report/aml?resourceId={resourceId}' \
--header 'x-api-key: {yourAPIKey}'
5. Response
A successful request will return the AML report in PDF format:
- Initial File Name: report.pdf
- Content Type: application/pdf
This API allows for efficient retrieval and downloading of detailed AML screening result reports.