---
title: "Invite Friend By Email"
method: POST
path: "/referrals/invite"
tags: ["Referrals"]
---

# Invite Friend By Email

`POST /referrals/invite`

## Headers

- `authorization` string, nullable

## Request body

- CreateReferralEmailInvitationPayload
  - `recipient_email` string, email, required

## Response `202`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/nomi/apis/fastapi.md) · [All operations](https://skmtc.dev/nomi/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/nomi/fastapi/revisions/63a2f545499c/schema)
