Retrieves a referring customer by ID.
ID of the referring customer to retrieve.
Retrieved referring customer.
curl -X GET \
'https://www.wixapis.com/referral-customers/v1/referring-customers/46d7bbce-6bb4-4174-ae5a-7f44c19f95' \
-H 'Authorization: <AUTH>' \
-H 'Content-Type: application/json' \
{
"referringCustomer": {
"id": "5cc0b472-e488-4de3-92ba-bd718a44933a",
"contactId": "5cc0b472-e488-4de3-92ba-bd718a44933a",
"referralCode": "9zb9JvjwrvQF",
"createdDate": "2024-09-17T10:58:00.100Z",
"updatedDate": "2024-09-17T10:58:00.100Z"
}
This method doesn’t return any custom errors, but may return standard errors. Learn more about standard Wix errors.