Skip to main content

Resend signing emails

Resends signing invitation emails to specific participants in an eSign session. Useful when a participant did not receive the original email or needs a reminder.

Path Parameters
id uuid REQUIRED

The eSign session ID (UUID)

Request Body REQUIRED
signerIds uuid[] REQUIRED

List of participant IDs to resend the signing email to

Responses
200

Emails resent successfully

400

Bad request — id is not a valid UUID or signerIds is empty

Schema OPTIONAL
detail string OPTIONAL
error string OPTIONAL
message string OPTIONAL
help string OPTIONAL
404

eSign session or signer not found

Schema OPTIONAL
detail string OPTIONAL
error string OPTIONAL
message string OPTIONAL
help string OPTIONAL