Gets all members for the program segment
The ID of the program segment
Index to start at.
Results per page. Defaults to 50
GET /partner-api/v2/admin/program-segments/{id}/members HTTP/1.1 Host: X-API-Key: YOUR_API_KEY Accept: */*
Successful response
{ "program_memberships": [ { "id": "text", "first_name": "text", "last_name": "text", "email": "text", "phone": "text", "phone_verified": true, "created_at": 1, "stripe_customer_id": "text" } ], "total_records": 1 }