Unsubscribe from List
documentedUnsubscribe a subscriber from a list via the ver4 subscribeAPI endpoint (req_type=unsubscribe).
POST /ver4/subscribeAPISubscribersno 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 "http://api.easysendy.com/ver4/subscribeAPI" \
-X POST \
-H "Content-Type: application/x-www-form-urlencoded" \
-H "Accept: application/json" \
-d 'api_key={{EASYSENDY_API_KEY}}&req_type=subscribe&EMAIL={{$EMAIL}}&listUID={{$LIST_UID}}&FNAME={{$FNAME}}&LNAME={{$LNAME}}'