Create Embedded Verification Url
POST {{apiBaseUrl}}/v1-beta/identityVerification/createEmbeddedVerificationUrl?documentId={{documentId}}
In certain instances where automatic identity verification is not possible, senders can manually review uploaded documents that have failed verification. This process is known as embedded manual verification. The sender can review the uploaded document and manually verify the signer's identity. This process is initiated by the sender and is accessible only to the sender.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
documentId | string | ID of the requested document to get embedded verification link. |
Request Body
{"emailId"=>"alexgayle@cubeflakes.com", "order"=>1, "onBehalfOf"=>"luthercooper@cubeflakes.com", "redirectUrl"=>"https://boldsign.com/esignature-api/"}
RESPONSES
status: OK
{"url":"https://account.boldsign.com/identity/verifyIdentity/?documentId=55a6f0cf-xxx-xxxx-xxxx-796d02cb0977xxxx"}