Returns a URL to the recipient view UI.
POST {{baseUrl}}/v2.1/accounts/{{accountId}}/envelopes/{{envelopeId}}/views/recipient
Returns a URL that allows you to embed the recipient view of the DocuSign UI in your applications. This call cannot be used to view draft envelopes, since those envelopes have not been sent.
Important: iFrames should not be used for embedded operations on mobile devices due to screen space issues. For iOS devices DocuSign recommends using a WebView.
An entry is added into the Security Level section of the DocuSign Certificate of Completion that reflects the securityDomain
and authenticationMethod
properties used to verify the user identity.
Request Body
{"clientUserId"=>"sample string 1", "userId"=>"sample string 2", "userName"=>"sample string 3", "email"=>"sample string 4", "recipientId"=>"sample string 5", "returnUrl"=>"sample string 6", "pingUrl"=>"sample string 7", "pingFrequency"=>"sample string 8", "authenticationMethod"=>"sample string 9", "assertionId"=>"sample string 10", "authenticationInstant"=>"sample string 11", "securityDomain"=>"sample string 12", "xFrameOptions"=>"sample string 13", "xFrameOptionsAllowFromUrl"=>"sample string 14", "frameAncestors"=>["sample string 1"]}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string | ||
Authorization | string |