How to retrieve the signing url for an agreement in REST API | Adobe Sign

Cập nhật gần đây nhất vào 27 thg 4, 2021

For many reasons, customer wants to retrieve the signing URL for an agreement, such as, but not limited to: not liking the Adobe Sign Email formats, they want to create their own sign email and send the link through their own methods.

Steps

Using REST API:

Steps to perform

1. Make a get/agreements call with the correct x-api-user.
2. In the Response Body, locate the out for signature agreement you want to find the signing url for and note the agreement ID
3. Make a get/agreements/{agreementId}/signingUrls call, using the agreement ID you received from the get/agreements call

Result

The output returns the email address of the signer/s and the e-sign URL.