// POST https://api.signatureapi.com/v1/recipients/{recipient_id}/resend// X-API-Key: key_test_...
Copy
Ask AI
// HTTP Status 200{ "can_resend_at": "2025-12-31T22:00:00.000Z"}
Recipients
Resend request
Resends a signing request to the recipient.
POST
/
v1
/
recipients
/
{recipient_id}
/
resend
Copy
Ask AI
// POST https://api.signatureapi.com/v1/recipients/{recipient_id}/resend// X-API-Key: key_test_...
Copy
Ask AI
// HTTP Status 200{ "can_resend_at": "2025-12-31T22:00:00.000Z"}
Resends the signing request to a recipient who has not yet completed their ceremony.Use this endpoint to:
Send reminders. If a recipient has not signed, resend the invitation as a reminder.
Retry after a soft bounce. If the invitation email was temporarily undeliverable, resend to try again.
Re-deliver a lost email. If a recipient reports not receiving the invitation, resend it.
The resend is rate-limited to prevent email spam. The response includes can_resend_at, which tells you when the next resend can be initiated. The wait period increases with each attempt:
Attempts
Wait period
1-3
15 minutes
4-6
1 hour
7-10
24 hours
Over 10
No more resends allowed
The request can only be resent if the recipient’s status is sent or soft_bounced, and the envelope status is in_progress.