GET

Get Referring Customer


Retrieves a referring customer by ID.

Endpoint
GET
https://www.wixapis.com/referral-customers/v1/referring-customers/{referringCustomerId}

Path Params
referringCustomerIdstringRequired

ID of the referring customer to retrieve.

Response Object
referringCustomerReferringCustomer

Retrieved referring customer.

Get Referring Customer
Request
cURL
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' \
Response
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" }
Errors

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

Did this help?