---
title: "Send customer referral email"
method: POST
path: "/loyalty/cp/api/send-customer-referral-url"
tags: ["Referrals"]
---

# Send customer referral email

`POST /loyalty/cp/api/send-customer-referral-url`

## Request body

- SendReferralLinkEmail — Referral email request containing the recipient's email address
  - `email` string

## Response `200`

Referral email sent successfully

## Other responses

- `400` — Invalid email address or missing email
- `401` — Customer not authenticated
- `429` — Rate limit exceeded for sending referral emails

---

[API](https://skmtc.net/appstle/apis/storefront-apis.md) · [All operations](https://skmtc.net/appstle/apis/storefront-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/appstle/storefront-apis/versions/f62b6f66ee8f/schema)
