Retrieve CustomersAsk AIget https://developers.yotpo.com/core/v3/stores/store_id/customersRetrieve a list of past and existing customers as they appear in Yotpo.Path Paramsstore_idstringrequiredThe store ID (app_key).Query Paramsaccess_tokenstringrequiredYour Yotpo access token. Click here to learn how to generate onepage_infostringEncoded page info.limitint32Defines how many results will be returned per page. Can be any number between 1 and 100.external_idsstringReturn only entities specified by a comma-separated (without spaces) list of external IDs. The argument must be URL encoded. Max 100 IDs. Can't come with page_info or limit.include_custom_propertiesbooleanThe custom customer properties that enrich the customer profile. For example, skin type, hair color, etc.truefalseexpandstringFlag for Yotpo product information to be included in the response. Choose one or several of the following: reviews, sms, email, loyalty, subscriptions, or all. For example "reviews,subscriptions".emailstringThe customer’s email address. Special characters should be encoded.phone_numberstringThe customer’s phone number. Should be E.164 format, for example +11231234567.updated_at_mindateRetrieve all customer details updated from this date. The date format is YYYY-MM-DDlist_idsstringReturn only entities specified by a comma-separated (without spaces) list of List IDs.segment_idstringReturns all the customers from a specified. You can receive information about one segment each time a request is made to the endpoint.Responses 200200 400400Updated 10 months ago