---
title: "Create or redeem referral invite code with fraud checks"
method: POST
path: "/api/growth/referrals"
tags: ["growth"]
---

# Create or redeem referral invite code with fraud checks

`POST /api/growth/referrals`

## Request body

- object
  - `action` 'create' | 'redeem', required
  - `actorId` string
  - `shareSlug` string
  - `code` string

## Response `200`

Redeemed referral code

## Other responses

- `201` — Created referral code
- `400` — Invalid request
- `404` — Referral code not found
- `409` — Fraud/eligibility check failed

---

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