v1
latestSwagger 2.02026-07-134146194.6 MBCreate the link to the page for manually reviewing IDs.
This method returns the URL of the page that allows a sender to manually review the ID of a recipient.
Path parameters
A value that identifies your account. This value is automatically generated by Docusign for any account you create. Copy the value from the API Account ID field in the AppsI and Keys page.
The envelope's GUID.
Example: 93be49ab-xxxx-xxxx-xxxx-f752070d71ec
A GUID value that Docusign assigns to identify each recipient in an envelope. This value is globally unique for all recipients, not just those in your account.
The specified recipient must belong to a workflow that allows the manual review of IDs. In addition, the status of the automatic verification for this recipient must return Failed and the value of the vendorFailureStatusCode field must be MANUAL_REVIEW_STARTED as shown in the following extract of a response to the GET ENVELOPE method:
<p>"recipientAuthenticationStatus": {
"identityVerificationResult": {
"status": "Failed",
"eventTimestamp": "2020-09-04T16:59:42.8045667Z",
"vendorFailureStatusCode": "MANUAL_REVIEW_STARTED"
}
}
Response
Successful response.