Skip to main content
POST
Get Signing Link
This endpoint requires the following scope:sign:requests

Authorizations

X-API-Key
string
header
required

Provide your API key in the X-API-Key header, e.g., X-API-Key: YOUR_API_KEY.

Path Parameters

signature_request_id
string
required

ID of the signature request.

Body

application/json
signer_email
string<email>
required

Email address of the signer whose signing link should be generated.

Response

Signing link generated successfully.

view_url
string
required

The signing URL that the signer can use to view and sign the document.

signer_email
string
required

Email address of the signer.

status
enum<string>
required

Current signing status of the signer.

Available options:
NEED_TO_SIGN,
APPROVED,
WAITING_FOR_OTHERS,
REJECTED,
FAILED,
WAITING_FOR_PROCESSING