---
title: "Resend Box Sign request"
method: POST
path: "/sign_requests/{sign_request_id}/resend"
tags: ["Box Sign requests"]
---

# Resend Box Sign request

`POST /sign_requests/{sign_request_id}/resend`

Resends a signature request email to all outstanding signers.

## Path parameters

- `sign_request_id` string, required

## Response `202`

Returns an empty response when the API call was successful.
The email notifications will be sent asynchronously.

## Other responses

- `404` — Returns an error when the signature request cannot be found or the user does not have access to the signature request.
- `default` — An unexpected client error.

---

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