GET
/
v1
/
user
/
referrals
curl --request GET \
  --url https://partners-api.forge.gg/v1/user/referrals \
  --header 'X-API-KEY: <api-key>'
{
  "status": "success",
  "records": {
    "first_level_referrals": 5,
    "second_level_referrals": 10,
    "first_level_referral_points": 50,
    "second_level_referral_points": 50,
    "total_referral_points": 100
  }
}

Authorizations

X-API-KEY
string
header
required

Query Parameters

game_name
string
required

Name of the game used in the campaign page

email
string

Email of the user

wallet_address
string

Wallet address of the user

blockchain
string

Blockchain of the user wallet

Response

200
application/json
Referrals made by the user
status
enum<string>
Available options:
success,
failure
records
object