---
title: "Send referral email to a given address"
method: POST
path: "/email/referral"
tags: ["Email"]
---

# Send referral email to a given address

`POST /email/referral`

Invite a friend to sign up for a free trial of ExaVault. Send a [referral](/lp/referafriend/) email to an email address. If the recipient signs up for ExaVault, we'll apply a credit to your account for the referral.

## Headers

- `ev-api-key` string, required
- `ev-access-token` string, required

## Request body

- object
  - `emails` string[], required
  - `message` string, required

## Response `201`

Successful Operation

- EmptyResponse
  - `responseStatus` integer — Http status code of the response.
  - `data` string[]

---

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