Retrieve Bounces
Note that you can use
either
the days parameter
or
the start_date and end_date parameter.
| Parameter |
Required |
Requirements |
Description |
| user |
Yes |
Customer subuser must be registered under
your account |
The customer subuser we are retrieving
bounces from |
| task |
Yes |
Must be set to
get
|
This will allow you to retrieve the bounces
for the specified customer subuser |
| date |
No |
Must be set to 1 |
Retrieves the timestamps, it will return a
date in a MySQL timestamp format - YYYY-MM-DD HH:MM:SS |
XML Call
1
| https://sendgrid.com/api/distributor.manageSubuser.xml?api_user=username&api_key=secureSecret&method=bounces&user=example@example.com&task=get&date=
|
Response