Set URL redirection

You may want to redirect the participant to a customized web page after s/he has completed his/her action.

Note that only https URLs are allowed. For more details about URL redirection, visit Redirection URLs.

To do so, send a request to POST /v1/transactions/{transaction_id}/participants with the invitation_redirect_url argument.

curl
https://api.universign.com/v1/transactions/tx_AWo949MOq0JE/participants \
-d [email protected] \
-d invitation_redirect_url=https://www.myredirect_url.com/sample_page

Note that you can set a time out before your signer is redirected to the URL. To do so, add the time out in seconds to the redirect url, prefixed with &redirect_time_out, as follows:

curl
https://api.universign.com/v1/transactions/tx_AWo949MOq0JE/participants \
-d [email protected] \
-d invitation_redirect_url=https://www.myredirect_url.com/sample_page&redirect_time_out=5

Participant access control
Full transaction request
Developer tools
Guides
Services
API reference