Get Status
GET {{baseUrl}}/mailer/status/:message_id?api_key=<>&showdelivered=<>&showdetails=<>&showerrors=<>&showfailed=<>&showpending=<>&showstats=<>&username=<>
Get the status of an email message
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
api_key | string | your api key | |
showdelivered | string | true - This will return all the recipients who succeeded. | |
showdetails | string | true - This will return all recipients for each status. | |
showerrors | string | true - This will return all the recipients who bounced with details on why | |
showfailed | string | true - This will return all the recipients who bounced. | |
showpending | string | true - This will return all the recipients still in progress. | |
showstats | string | Show stats. | |
username | string | username |