- Import list of bounces
Lookup bounce record
Remove bounce
List all bounces
Add bounces
Clear all bounces
Import list of bounces
Import a CSV file containing a list of addresses to add to the bounce list. The CSV file must be 25MB or under and must contain the following column headers: address, code, error, created_at. address is a valid email address. code is error code (optional, default: 550). error is error description (optional, default: empty string). created_at is timestamp of bounce event in RFC2822 format (optional, default: current time)
Security
basicAuth
- US Mailgunhttps://api.mailgun.net/v3/{domain_name}/bounces/import
- EU Mailgunhttps://api.eu.mailgun.net/v3/{domain_name}/bounces/import
curl -i -X POST \
-u '<username>:<password>' \
'https://api.mailgun.net/v3/{domain_name}/bounces/import' \
-H 'Content-Type: multipart/form-data' \
-F file=stringResponse
{ "message": "file uploaded successfully for processing. standby..." }