---
title: "Accept referral offer (POST)"
method: POST
path: "/loyalty/cp/api/referral-rules/accept-offer"
tags: ["Referrals"]
---

# Accept referral offer (POST)

`POST /loyalty/cp/api/referral-rules/accept-offer`

## Request body

- ReferralAcceptRequest — Referral acceptance request containing referral token and email address of the new customer
  - `email` string
  - `token` string

## Response `201`

Referral offer accepted successfully

- ReferralAcceptResponse
  - `discountCode` string
  - `id` integer
  - `message` string
  - `status` 'SUCCESS' | 'FAILED'

## Other responses

- `400` — Invalid token or email, referral already accepted, or referral program not available

---

[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)
