Sign in

Get All Lists (ver4)

documented

Retrieve all lists (name, description) via the ver4 API (req_type=allLists).

POST /ver4/listAPIListsno 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/ver4/listAPI" \
  -X POST \
  -H "Content-Type: application/x-www-form-urlencoded" \
  -H "Accept: application/json" \
  -d 'api_key={{EASYSENDY_API_KEY}}&req_type=allLists'