---
title: "Send Reminder"
method: POST
path: "/api/v1/documents/{id}/remind"
tags: ["Document"]
---

# Send Reminder

`POST /api/v1/documents/{id}/remind`

Sends a reminder email to recipients that have not signed yet.

## Path parameters

- `id` string, uuid, required — Unique identifier for a document.

## Request body

- SendReminderRequest
  - `recipients` object[] — Optional list if recipients within the document to send a reminder email to. If none are specified, all recipients that have not signed yet will receive a reminder email.
    - `name` string — Recipient's name (required if multiple recipients share the same email).
    - `email` string, email — Recipient's email address.

## Response `201`

created

## Other responses

- `404` — not found
- `422` — unprocessable entity
- `429` — rate limit exceeded

---

[API](https://skmtc.net/signwell/apis/signwell-developer-api.md) · [All operations](https://skmtc.net/signwell/apis/signwell-developer-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/signwell/signwell-developer-api/revisions/debef5796b62/schema)
