Get List and Segment Membersget https://a.klaviyo.com/api/v2/group/{list_or_segment_id}/members/allGets all of the emails, phone numbers, and push tokens for profiles in a given list or segmentPath Paramslist_or_segment_idstringrequiredDefaults to LIST_OR_SEGMENT_IDQuery ParamsmarkerintegerA marker value returned by a previous GET call. Use this to grab the next batch of records.Response 200Successful requests will include a JSON object containing a list of records containing profile IDs, emails, phone numbers, push tokens, and potentially a marker if there are more records available. Invalid requests will be accompanied by an error message.Updated over 4 years ago