# Lookup bounce record Fetch a single bounce event by a given email address. Endpoint: GET /v3/{domainID}/bounces/{address} Version: 3.0.0 Security: basicAuth ## Path parameters: - `domainID` (string, required) The id of the domain you want to get bounce from - `address` (string, required) The address to search for ## Response 200 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 404 fields (application/json): - `message` (string, required) Response message