Bulk add subscribers to forms
documentedBulk add subscribers to forms.
POST /v4/bulk/forms/subscribersFormsno implementation yet0 runsNo 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/bulk/forms/subscribers" \
-X POST \
-H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-d '{"additions": [{"form_id": {{$form_id}}, "subscriber_id": {{$subscriber_id}}, "referrer": "{{$referrer}}"}], "callback_url": "{{$callback_url}}"}'