---
title: "Get My Referral Code"
method: GET
path: "/me/referral-code"
tags: ["me"]
---

# Get My Referral Code

`GET /me/referral-code`

Get current user's referral code.

Creates a code if the user doesn't have one yet.
Requires user to have a name set.

## Response `200`

Successful Response

- ReferralCodeResponse — Response with user's referral code.
  - `code` string, required
  - `share_url` string, required
  - `created_at` string, date-time, required

---

[API](https://skmtc.dev/helloaxel/apis/client-api-gateway.md) · [All operations](https://skmtc.dev/helloaxel/apis/client-api-gateway/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/helloaxel/client-api-gateway/revisions/d3c4c29fede7/schema)
