POST

Query Referring Customers


Retrieves a list of referred friends, given the provided paging, filtering, and sorting.

To learn about working with Query endpoints, see API Query Language, Sorting and Paging, and Field Projection.

Endpoint
POST
https://www.wixapis.com/referral-customers/v1/referring-customers/query

Body Params
queryQueryRequired

Query options.

Response Object
referringCustomersArray <ReferringCustomer>

List of retrieved referring customers.


metadataMetadata

Paging metadata.

Query Referring Customers
Request
cURL
Response
JSON
Errors

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

Did this help?