Parent redirect object
On completion of the document being signed, you can specify a url for the signer to be redirected towards.
"parent_redirect_urls":{      "success":"https://someurl.com/success",      "failure":"https://someurl.com/falure",    }| Parameter | Description | 
|---|---|
| success | The url the signer will be redirected towards on signing completion. Must be a valid url and the scheme must be HTTPS. | 
| failure | The url the signer will be redirected towards if an error occurs in the signing process. Must be a valid url and the scheme must be HTTPS. | 
Was this page helpful?