---
title: "Send Referral Invite"
method: POST
path: "/api/referral/invite"
---

# Send Referral Invite

`POST /api/referral/invite`

Send a referral invite email to a friend.

## Request body

- SendReferralInviteRequest — Request schema for sending a referral invite email
  - `email` string, required

## Response `200`

Successful Response

- SendReferralInviteResponse — Response schema for sending a referral invite email
  - `success` boolean
  - `sent` boolean, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/latted/apis/motion-graphics-designer-api.md) · [All operations](https://skmtc.dev/latted/apis/motion-graphics-designer-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/latted/motion-graphics-designer-api/revisions/36d149b525df/schema)
