Sign in

Get subscribers in segment

documented

List subscribers belonging to a segment.

GET /segments/{segment_id}/subscribersSegmentsno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://connect.mailerlite.com/api/segments/{{$segment_id}}/subscribers?limit={{$limit}}&cursor={{$cursor}}&filter[status]={{$status}}" \
  -X GET \
  -H "X-MailerLite-ApiKey: {{MAILERLITE_API_KEY}}" \
  -H "Content-Type: application/json" \
  -H "Accept: application/json"
Get subscribers in segment · MailerLite · OpenIntegrations