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
Key | Datatype | Required | Description |
---|---|---|---|
count | string | Number of bounces to return per request. Max 500. | |
offset | string | Number of bounces to skip. | |
type | string | Filter by type of bounce | |
inactive | string | Filter 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. | |
emailFilter | string | Filter by email address | |
messageID | string | Filter by messageID | |
tag | string | Filter by tag | |
todate | string | Filter messages up to the date specified. e.g. 2014-02-01 | |
fromdate | string | Filter messages starting from the date specified. e.g. 2014-02-01 |