POST
/
v1
/
recipients
/
{recipient_id}
/
resend
// POST https://api.signatureapi.com/v1/recipients/{recipient_id}/resend
// X-API-Key: key_test_...
{
  "can_resend_at": "2025-12-31T22:00:00.000Z"
}
The request can be resent if the recipient status is sent or soft_bounced, and the envelope status is in_progress.

Path Parameters

recipient_id
string
required

The unique identifier of a recipient.

Returns

Returns a 200 OK status code along with the following attributes:

can_resend_at
datetime

Time after which the next resend can be initiated, in ISO 8601 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"
}