---
title: "Resend signing request to specific recipients"
method: POST
path: "/signing-requests/{id}/resend"
tags: ["Signing Requests"]
---

# Resend signing request to specific recipients

`POST /signing-requests/{id}/resend`

Resends signing request notifications to one or more recipients who are currently eligible to sign. For requests with signing order enabled, can only resend to recipients at the current active order. Cannot resend to recipients who have already signed.

## Path parameters

- `id` string, uuid, required

## Request body

- object
  - `recipient_ids` string[], required — Array of recipient user IDs to resend to
  - `custom_message` string — Optional custom message to include in resend notification

## Response `200`

Signing request resent successfully

- ResendSigningRequestResponse — Signing request resend result
  - `message` string, required
  - `signing_request_id` string, uuid, required
  - `recipients_notified` integer
  - `recipients_failed` integer — Number of recipients whose resend notification failed to send
  - `recipients` object[]
    - `id` string, uuid
    - `email` string
    - `name` string

## Other responses

- `400` — Bad Request - Validation failed
- `401` — Unauthorized - Invalid or missing API key
- `404` — Not Found - Resource does not exist
- `409` — Cannot resend (recipients already signed, invalid signing order, or request not sent/cancelled/finished)
- `429` — Too Many Requests - Rate limit exceeded

---

[API](https://skmtc.dev/firma/apis/firma-partner-api.md) · [All operations](https://skmtc.dev/firma/apis/firma-partner-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/firma/firma-partner-api/revisions/5c03d6a9d080/schema)
