Get StatusThe get status command is used to return basic statistics about your multi recipient job or to determine if your transactional email delivery was successful. To use the Get Status command GET to https://api.elasticemail.com/mailer/status/ For example: https://api.elasticemail.com/mailer/status/f74b9f96-f89a-4cfe-813f-5f86df1cb37?showstats=true If sent correctly you will receive a response like: For More Detailed ResultsYou can append the following querystring options to get specific results on which succeeded or failed:https://api.elasticemail.com/mailer/status/f74b9f96-f89a-4cfe-813f-5f86df1cb37?showdetails=true - This will return all recipients for each status. https://api.elasticemail.com/mailer/status/f74b9f96-f89a-4cfe-813f-5f86df1cb37?showdelivered=true - This will return all the recipients who succeeded. https://api.elasticemail.com/mailer/status/f74b9f96-f89a-4cfe-813f-5f86df1cb37?showfailed=true - This will return all the recipients who bounced. https://api.elasticemail.com/mailer/status/f74b9f96-f89a-4cfe-813f-5f86df1cb37?showfailed=true&showerrors=true - This will return all the recipients who bounced with details on why https://api.elasticemail.com/mailer/status/f74b9f96-f89a-4cfe-813f-5f86df1cb37?showpending=true - This will return all the recipients still in progress. You can also include more than one of the above querystring values in each call: https://api.elasticemail.com/mailer/status/f74b9f96-f89a-4cfe-813f-5f86df1cb37?showdelivered=true&showfailed=true&showpending=true |