---
title: "Send a confirmation email for a membership"
method: POST
path: "/customers/memberships/{membershipId}/send-confirmation-email"
tags: ["Memberships"]
---

# Send a confirmation email for a membership

`POST /customers/memberships/{membershipId}/send-confirmation-email`

Sends (or re-sends) the membership signup confirmation email to the lead member.
The email is dispatched asynchronously.

## Response `204`

The request to send a confirmation email was successful and is being processed.

## Other responses

- `401` — The user is unauthenticated
- `403` — The authenticated user does not have permission.
- `404` — The resource couldn't be found

---

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