---
title: "Send member referral invitations"
method: POST
path: "/member-referrals/invite"
tags: ["Member Referrals"]
---

# Send member referral invitations

`POST /member-referrals/invite`

Sends referral invitations to a list of email addresses

## Request body

- SendInviteRequest
  - `emails` string[], required — List of email addresses to send invitations to
  - `language` 'pt' | 'en' | 'es', required — Language for the invitation email

## Response `200`

Invitations sent successfully

- object
  - `data` SendInviteResponse
    - `results` InviteResult[] — Results for each email invitation
      - `email` string, email — Email address that was processed
      - `status` 'success' | 'already_registered' | 'recently_sent' | 'error' — Status of the invitation
      - `message` string, nullable — Additional message about the result
  - `message` string

## Other responses

- `400` — Bad request - Invalid input parameters
- `401` — Unauthorized - Invalid or missing authentication
- `500` — Internal server error

---

[API](https://skmtc.net/pandavideo/apis/api-v2.md) · [All operations](https://skmtc.net/pandavideo/apis/api-v2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pandavideo/api-v2/revisions/4fbd3c623ca9/schema)
