---
title: "Resend Bank Details Form Email"
method: POST
path: "/api/v1/cs-forms/resend-bank-details-form-email"
---

# Resend Bank Details Form Email

`POST /api/v1/cs-forms/resend-bank-details-form-email`

Resends the original bank details form email for an existing pending form request.
Uses the same form link (form_request.id) and the same recipient email stored
in form_request.send_to.email_request_to.

## Request body

- ResendBankDetailsFormEmailRequest
  - `form_request_id` string, uuid, required
  - `plan_manager_id` string, uuid, required
  - `sent_by_user_sid` string, nullable
  - `sent_by_name` string, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/caresquare/apis/fastapi.md) · [All operations](https://skmtc.dev/caresquare/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc.dev/caresquare/apis/fastapi/revisions/e4798856d733?raw)
