v1

latestOpenAPI 3.1.02026-07-24450175.9 KB

Download Verification Results

Use this API to download verification results in a PDF file.

post/pdf/download

Request body

request_idstring required

String to be associated with the PDF request. We will pass this string with the callback.

verification_idsstring[] required

Verification numbers identifying the verifications to be downloaded.

timezonestring required

Your timezone.

callback_detailsobject
metadatastring json

Additional data you need returned as part of the callback.

Response

200

OR

Example response

{
  "status": "SUCCESS",
  "acceptedVerificationIds": [
    "000aaaaaaa00a0000aa0aa00"
  ]
}