Sign in

List subscribers for a tag

documented

List subscribers associated with a tag.

GET /v4/tags/{tag_id}/subscribersTagsno 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/tags/{{$tag_id}}/subscribers?after={{$after}}&before={{$before}}&created_after={{$created_after}}&created_before={{$created_before}}&include_total_count={{$include_total_count}}&per_page={{$per_page}}&status={{$status}}&tagged_after={{$tagged_after}}&tagged_before={{$tagged_before}}" \
  -X GET \
  -H "X-Kit-Api-Key: {{KIT_API_KEY}}" \
  -H "Accept: application/json"
List subscribers for a tag · Kit · OpenIntegrations