Skip to main content
GET
/
api
/
v4.0
/
integrations
/
configurations
/
referrals
cURL
curl --request GET \
  --url https://api.gameball.co/api/v4.0/integrations/configurations/referrals \
  --header 'apikey: <api-key>'
{
  "enabled": true,
  "referrerReward": 123,
  "refereeReward": 123,
  "minimumReferrals": 123,
  "referralCodeLength": 123,
  "expirationDays": 123
}

Authorizations

apikey
string
header
required

Response

200 - application/json

Referral settings retrieved successfully

enabled
boolean
referrerReward
number
refereeReward
number
minimumReferrals
number
referralCodeLength
number
expirationDays
number