Get Subscriber Status
documentedRetrieve a subscriber's status and subscriber UID.
POST /rest/subscriber/statusSubscribersno 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.easysendy.com/rest/subscriber/status" \
-X POST \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-d '{"api_key":"{{EASYSENDY_API_KEY}}","list":"{{$list}}","EMAIL":"{{$email}}"}'