Skip to main content
GET
/
api
/
v3
/
verifications
/
aml
/
{trustValidationId}
/
{resourceId}
Watchlist and AML Screening Report Download
curl --request GET \
  --url https://{environment-subdomain}.idmetagroup.com/api/v3/verifications/aml/{trustValidationId}/{resourceId} \
  --header 'Authorization: Bearer <token>'
"<string>"

Authorizations

Authorization
string
header
required

Use Bearer {your_api_token} in the Authorization header.

Headers

Accept
string
default:application/json
Content-Type
string
default:application/json

Path Parameters

trustValidationId
string
required

Trust validation ID for the AML screening session.

resourceId
string
required

Resource ID of the match to download. Retrieved from the resourceId field in watchlist and AML screening results.

Response

200 - application/pdf

Watchlist and AML screening report downloaded successfully

PDF report for the specified AML match.