Retrieves a referred friend by ID.
ID of the referred friend to retrieve.
Retrieved referred friend.
curl -X GET \
'https://www.wixapis.com/referral_friends/v1/referred-friends/3857d039-b129-4393-b983-947078b6a007' \
-H 'Authorization: <AUTH>'
{
"referredFriend": {
"id": "3857d039-b129-4393-b983-947078b6a007",
"contactId": "661f5bb3-0723-4aa4-87d7-a21ebd1d0fa3",
"referringCustomerId": "07a3306c-b311-466e-92dd-c635c4145d1c",
"status": "ACTIONS_COMPLETED",
"revision": "2",
"createdDate": "2024-08-12T08:12:17.813Z",
"updatedDate": "2024-08-12T08:13:27.708Z"
}
}
This method doesn’t return any custom errors, but may return standard errors. Learn more about standard Wix errors.