Creates a signature link for a signer in an envelope. This link allows the signer to access the document and complete the signing process. If the signer does not have a registered email, this endpoint provides a way to manually generate the link for their signature. The link is valid for a limited time and allows the signer to review and sign the document.
Request
Authorization
Add parameter in header
x-api-token
Example:
x-api-token: ********************
Path Params
envelopeId
string<uuid>
required
Envelope ID
signerId
string<uuid>
required
Signer ID
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request GET 'https://api.signater.com/v1/ecm/envelopes//signers//signature-link' \
--header'x-api-token;'