Make a request »
SendingService.GetBounces
Get bounces for a specific sending, only subscribers that still exists are included. Fetch by date interval (optional) by using the following date format: yyyyMMddTHHmmss. Also returns the parameter ”ExternalID” which allows you to map results with external data sources. See code examples
URL Parameters
Http verb: Get
URI: Full url: http://se.api.anpasia.com/v1/sendqueues/{sendQueueId}/bounces?dateFrom={dateFrom}&dateTo={dateTo}
URL parameters:
sendQueueId | String | The send queue id |
dateFrom | String | Start date of date interval |
dateTo | String | End date of date interval |
Body parameters
Body parameters
Not used |
Response
Body parameters
returns | A response object which includes all the clicks as result, status code and a message.
|
Help
Code examples