E-Signatures

Resend signing invitation

Resends the signing invitation email to a specific signer. Useful when the original email was missed or expired.

post/esign/sessions/{sessionId}/resend/{signerIndex}

Path parameters

sessionIdstring required

The signing session ID.

signerIndexinteger required

The signer index (1-based).

Response

Invitation resent

successboolean
messagestring

Example response

{
  "success": true,
  "message": "Invitation resent to john@example.com"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.