cURL
curl --request GET \ --url https://api.gameball.co/api/v4.0/integrations/customers/{customerId}/referrals/count \ --header 'apikey: <api-key>'
{ "count": 123, "totalPending": 123, "totalActive": 123 }
Retrieve the total count of customers referred by a specified customer in Gameball, providing the number of completed and pending referrals.
Unique identifier for the customer
Customer referrals count found
The total number of friends referred by the customer
The total number of referred friends who have joined but not yet completed the referral criteria
The total number of referred friends who have successfully completed the referral criteria
Was this page helpful?