Get List and Segment Members

GET {{baseUrl}}/v2/group/:list_or_segment_id/members/all?marker=123456

Gets all of the emails, phone numbers, and push tokens for profiles in a given list or segment

Request Params

KeyDatatypeRequiredDescription
markernumberA marker value returned by a previous GET call. Use this to grab the next batch of records.

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{"records":[{"id":"PERSON_ID_1","email":"george.washington@klaviyo.com"},{"id":"PERSON_ID_2","email":"thomas.jefferson@klaviyo.com","phone_number":"+13239169023","push_token":"03df25c845d460bcdad7802d2vf6fc1dfde97283bf75cc993eb6dca835ea2e2r"}],"marker":456789}