# POST /signing/envelopes/:id/resend

**Resource:** [Signing](./signing.md)  
**Scopes:** `signing:send`  
**Write operation:** yes

Resend signing email to a specific recipient.

## Parameters

| Name | In | Type | Required | Description |
|------|----|------|----------|-------------|
| `id` | path | uuid | yes | Envelope ID |
| `recipient_id` | body | uuid | yes | Recipient ID to resend to |

---
Base URL: `https://api.trustpager.com/functions/v1/api/v1` — Auth: `Authorization: Bearer YOUR_API_KEY`