Sign in

Get import progress

documented

Check progress of a bulk import (subscribers).

GET /subscribers/import/{import_id}Groupsno 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/subscribers/import/{{$import_id}}" \
  -X GET \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}"
Get import progress · MailerLite · OpenIntegrations