# Add bounces Request body is expected to be a valid JSON encoded sting containing up to 1000 bounce records or a single bounce record as application/form-data Endpoint: POST /v3/{domainID}/bounces Version: 3.0.0 Security: basicAuth ## Path parameters: - `domainID` (string, required) The id of the domain you want to insert bounces ## Header parameters: - `Content-Type` (string, required) Content-Type must be if inserting using JSON, no header necessary for form-data insertion ## Request fields (application/json): - `address` (string, required) Email address for the original recipient - `code` (string, required) SMTP error code - `error` (string, required) SMTP error message - `created_at` (object, required) Timestamp for when the Bounce event was received in RFC822 format ## Response 200 fields (application/json): - `message` (string, required) Response message ## Response 400 fields (application/json): - `message` (string, required) Response message