Sign in

Get Lists (REST)

documented

Get all lists via REST endpoint (lists with hash, name, description, subscribers_number).

POST /rest/subscribers_list/listsListsno 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.easysendy.com/rest/subscribers_list/lists" \
  -X POST \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -d '{"api_key": "{{EASYSENDY_API_KEY}}"}'
Get Lists (REST) · easysendy · OpenIntegrations