Get bounces

GET {{baseUrl}}/bounces?count=<integer>&offset=<integer>&type=<string>&inactive=<boolean>&emailFilter=<string>&messageID=<string>&tag=<string>&todate=<string>&fromdate=<string>

Request Params

KeyDatatypeRequiredDescription
countstringNumber of bounces to return per request. Max 500.
offsetstringNumber of bounces to skip.
typestringFilter by type of bounce
inactivestringFilter by emails that were deactivated by Postmark due to the bounce. Set to true or false. If this isn't specified it will return both active and inactive.
emailFilterstringFilter by email address
messageIDstringFilter by messageID
tagstringFilter by tag
todatestringFilter messages up to the date specified. e.g. 2014-02-01
fromdatestringFilter messages starting from the date specified. e.g. 2014-02-01