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.anpdm.com/v1/sendqueues/{sendQueueId}/bounces?dateFrom={dateFrom}&dateTo={dateTo}
URL parameters:
sendQueueIdStringThe send queue id
dateFromStringStart date of date interval
dateToStringEnd 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.

Code Int32 The response Code.
Message String The response Message.
Result
The response Result.

OperationGuid Guid ID of this operation
PollURL String The URL to poll for the status of this operation
Body Example


Help

Code examples