Overview
When adding or updating a package you can setgenerateSignerLinks to true and return signer links. Signer links are URLs that allow signers to sign packages or join VSR meetings.
You can utilize these links to create custom integrations, for example, sending them via email, SMS, or embedding them in your own applications.
Request
Request
When you add a package with
generateSignerLinks set to true, subsequent requests to update the package will also return new signer links. You can override this behavior by setting generateSignerLinks to false in the packages/update request.Response
- Signing link
- Meeting link (VSR)
- Edit link
A signing link will automatically take the signer to the next unsigned document or IDV if enabled.
Response
Linking
To link to a signing package or VSR meeting, you can use thesignLink or meetingLink URL provided in the package details. This link will take the user directly to the signing experience for their documents.
- Signing link redirect
- Meeting link redirect
Redirecting
During add package you can optionally specify areturnUrl and returnState for each signer. When a signer completes the signing process, they will be redirected back to your application using the specified returnUrl and optional returnState.
Request
Return parameters
When the signer is redirected back to your application, the following parameters will be included in the query string:string
The package ID of the signing package.
string
The signer ID of the signer.
boolean
When
true, indicates that the signing process was completed successfully.string
The value of
returnState if provided when adding the signer.