GET

Get Referral Statistics


Retrieves referral statistics.

Endpoint
GET
https://www.wixapis.com/_api/referral-tracker/v1/referral-statistics

Request
This endpoint does not take any parameters.
Response Object
totalSignUpsCompletedinteger

Total number of sign-ups completed by referred friends.


totalActionsCompletedinteger

Total number of actions completed by referred friends.


totalAmountGeneratedstring

Total amount of purchases made by referred friends.

Get Referral Statistics
Request
cURL
curl -X GET \ 'https://www.wixapis.com/_api/referral-tracker/v1/referral-statistics' \ -H 'Authorization: <AUTH>'
Response
JSON
{ "totalSignUpsCompleted": 16, "totalActionsCompleted": 5, "totalAmountGenerated": "815.00" }
Errors

This method doesn’t return any custom errors, but may return standard errors. Learn more about standard Wix errors.

Did this help?