Find subscription by email
documentedFind subscriptions for a given email on a specific list.
POST /lists/{list_id}/subscriptions/find.jsonListsno 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://simplero.com/api/v1/lists/{{$list_id}}/subscriptions/find.json" \
-u "{{SIMPLERO_API_KEY}}:" \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-H "User-Agent: {{$app_name}} ({{$app_contact_email}})" \
-d '{"email": "{{$email}}"}'