v1
latestSwagger 2.02026-08-06115129197.7 KBReferral Program Information
Show referral program information for a client
Returns referral program information for a client sent in the request
get/referral_program_information
Query parameters
client_idinteger required
Client's mytime id
Headers
X-Subdomainstring
Merchant subdomain - Optional
Response
Shows referral program information for a given client
Example response
{
"statistics": {
"total_referrals": 4,
"total_referees": 3,
"total_activated_referrals": 4,
"total_earned_credit": 35,
"total_activated_credit": 65
}
}