Get the signing page URL for a signatory
Issue
How can you get the URL to the signing page so you can redirect the web browser of a signatory to go there?
Solution
Set the "delivery_method" for that signatory to ”api”.
When the signing process is started using the API, Scrive’s response will contain a key named ”api_delivery_url”. The value of this key is a URL relative to the root of the Scrive web server, for example:
/s/1234/5423
Redirecting the user’s web browser to scrive.com/s/1234/5423 will take them to the signing view.