Sign in

Get form subscribers

documented

Get subscribers who signed up through a form.

GET /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://connect.mailerlite.com/api/forms/{{$form_id}}/subscribers" \
  -X GET \
  -H "Authorization: Bearer {{MAILERLITE_API_KEY}}" \
  -H "Accept: application/json"