---
title: "Send Checkout Email"
method: POST
path: "/contracts/public/{token}/send-checkout-email"
tags: ["contracts"]
---

# Send Checkout Email

`POST /contracts/public/{token}/send-checkout-email`

## Path parameters

- `token` string, required

## Request body

- SendCheckoutEmailRequest
  - `email` string, email, required

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/noso/apis/crucible-backend-api.md) · [All operations](https://skmtc.dev/noso/apis/crucible-backend-api/llms.txt) · [OpenAPI document](https://skmtc.dev/noso/apis/crucible-backend-api/revisions/db50150bcca5?raw)
