Sign in

Get Subscriber Status

documented

Retrieve a subscriber's status and subscriber UID.

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