Retrieves referral statistics.
Total number of sign-ups completed by referred friends.
Total number of actions completed by referred friends.
Total amount of purchases made by referred friends.
curl -X GET \
'https://www.wixapis.com/_api/referral-tracker/v1/referral-statistics' \
-H 'Authorization: <AUTH>'
{
"totalSignUpsCompleted": 16,
"totalActionsCompleted": 5,
"totalAmountGenerated": "815.00"
}
This method doesn’t return any custom errors, but may return standard errors. Learn more about standard Wix errors.