주의사항

  • resourceIdGET/submission API를 통해 확인할 수 있습니다.
  • 하나의 제출 건에 대해 여러 개의 resourceId가 존재할 수 있습니다 (여러 일치 항목이 있는 경우).
  • resourceId는 AML 스크리닝 결과가 'Red Flag' 일 때만 생성됩니다.

1. 엔드포인트

GET/Report/AML
GET https://rest-api.argosidentity.com/v3/report/aml

2. 인증

x-api-key 헤더에 API 키를 포함시켜야 합니다:

x-api-key
x-api-key: {yourAPIKey}

3. 요청 파라미터

resourceId
string
required

AML 검사 결과로 선별된 항목의 고유 식별자

4. 요청 예시

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

5. 응답

성공적인 요청 시, API는 PDF 형식의 AML 보고서 파일을 직접 반환합니다.

  • 초기 파일명: report.pdf
  • 콘텐츠 타입: application/pdf

이 API를 사용하여 AML 스크리닝 결과에 대한 상세 보고서를 효율적으로 조회하고 다운로드할 수 있습니다.

Was this page helpful?