Sign in

List subscribers for a sequence

documented

List subscribers for a specific sequence.

GET /v4/sequences/{sequence_id}/subscribersSequencesno 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://api.kit.com/v4/sequences/{{$sequence_id}}/subscribers" \
  -X GET \
  -H "Accept: application/json" \
  -H "Content-Type: application/json" \
  -H "X-Kit-Api-Key: {{KIT_API_KEY}}" \
  -G \
  -d "after={{$after}}" \
  -d "before={{$before}}"