Image

POST {{apiBaseUrl}}/v1-beta/identityVerification/image?documentId={{documentId}}

The images uploaded by a signer for identity verification can be fetched using this API. These images can be accessed on either successful or failed completion of the verification process by the signer and are accessible only to the sender. To fetch the images, you will first need the image file ID of the signer-uploaded document. This file ID can be fetched using the Identity Verification report API.

Request Params

KeyDatatypeRequiredDescription
documentIdstringID of the requested document to get verification report.

Request Body

{"emailId"=>"alexgayle@cubeflakes.com", "order"=>1, "fileId"=>"102694f1-37e7-480e-8fb6-6abf3a79cdf6", "onBehalfOf"=>"luthercooper@cubeflakes.com"}

RESPONSES

status: OK

"Contains the image file."