---
title: "Validate Referrer Code"
method: GET
path: "/api/v4.0/integrations/referrals/validate"
---

# Validate Referrer Code

`GET /api/v4.0/integrations/referrals/validate`

Validate whether a provided referral code is valid and eligible for use during customer signup.

## Query parameters

- `referrerCode` string, required
- `forCustomerId` string

## Response `200`

Referral code validation result

- ReferralValidationResponse
  - `isValid` boolean — Indicates whether the provided referral code is valid and eligible for use

---

[API](https://skmtc.net/gameballers/apis/gameball-api.md) · [All operations](https://skmtc.net/gameballers/apis/gameball-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/gameballers/gameball-api/versions/2e4a8bfe2291/schema)
