Get/Report

  • Retruns KYB report as PDF file.

  • You need 'submission_id' to download the report.

  • You can get 'submission_id' via Get/submission API or webhook.

  • The capacity of Get/report API is 6 MB. Report files over the capacity will return error.

Input Data

Output Data

A PDF file will be downloaded.

Sample

Sample Request

  • GET API URL and x-api-key are required.

curl --location 'https://rest-api.argoskyc.com/v3/kybimage?type=report&submission_id={submission_id}' \
--header 'x-api-key: {yourAPIKey}'

Sample Response

The file will be downloaded. The initial file name is 'KYB_Report.pdf', and if necessary, change the name when download.

Last updated