Recipients
Resend request
Resends a signing request to the recipient.
POST
/
v1
/
recipients
/
{recipient_id}
/
resend
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
requiredThe 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.
Was this page helpful?