Multiple Subscription Status

This method gets the current status of multiple subscribers (eg. subscribed, unsubscribed, bounced, complained).

URL
https://mail.tribearc.com/api/subscribers/subscription-status.php?action=bulk


PARAMETERS (POST)

  1. api_key your API key, available in Settings.
  2. emails users' email Seperate each email address with comma (,)
  3. list_id the id of the list this email belongs to. This encrypted id can be found under View all lists section named ID


RESPONSE (JSON)

Success: {status : true, email : [email protected], subscription_status : "subscribed"}

Error: {status : false, message : "No data passed"

Error: {status : false, message : "API key not passed"

Error: {status : false, message : "Invalid API key"

Error: {status : false, message : "List ID not passed"

Error: {status : false, message : "Emails not passed"


 

CLICK TO TRY ON POSTMAN