Sign in

List subscribers for form

documented

List subscribers attached to a form.

GET /v4/forms/{form_id}/subscribersFormsno 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/forms/{{$form_id}}/subscribers?per_page={{$per_page}}&status={{$status}}&after={{$after}}&before={{$before}}&added_after={{$added_after}}&added_before={{$added_before}}&created_after={{$created_after}}&created_before={{$created_before}}" \
  -X GET \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Accept: application/json" \
  -H "Content-Type: application/json"