Lists & Segments

Number of APIs: 16

  1. Check if Profiles Are in a Segment POST {{baseUrl}}/v2/segment/:segment_id/get-members

  2. Check if Profiles Are in a List POST {{baseUrl}}/v2/list/:list_id/get-members

  3. Check if Profiles Are in a List and not Suppressed POST {{baseUrl}}/v2/list/:list_id/get-list-subscriptions

  4. Get Global Exclusions & Unsubscribes GET {{baseUrl}}/v1/people/exclusions?reason=&sort=asc&count=500&page=0

  5. Exclude Profile From All Email POST {{baseUrl}}/v1/people/exclusions

  6. Create List POST {{baseUrl}}/v2/lists

  7. Get Lists GET {{baseUrl}}/v2/lists

  8. Get List Info GET {{baseUrl}}/v2/list/:list_id

  9. Update List Name PUT {{baseUrl}}/v2/list/:list_id

  10. Subscribe Profiles to List POST {{baseUrl}}/v2/list/:list_id/subscribe