The request can be resent if the recipient status is sent or soft_bounced, and the envelope status is in_progress.
Path Parameters
The unique identifier of the recipient.
Returns
Returns a 200 OK status code along with the following attributes:
Time after which the next resend can be initiated, in
format.
// POST https://api.signatureapi.com/v1/recipients/{recipient_id}/resend
// X-API-Key: key_test_...
{
"can_resend_at": "2025-12-31T22:00:00.000Z"
}