---
title: "Get all bounces for your account. 🔐"
method: GET
path: "/v3/bounces"
tags: ["bounces"]
---

# Get all bounces for your account. 🔐

`GET /v3/bounces`

returns a list with all bounces for your account<br /> <br /> We categorize bounces according to the messages from the receiving mailserver:<br /> <br /> Categories (exerpt):<br /> - <code>permanent/hardbounce</code>: mailbox does not exist<br /> - <code>softbounce</code>: temporary errors<br /> - <code>blocked</code>: receiving mailserver didn't accept our email<br /> - <code>delayed</code>: temporary delivery error<br /> - <code>spam</code>: receiving mailserver categorized your email as spam<br /> <br /> There are also two types of bounces:<br /> - type: <code>mailing</code> -- bounce was created through a mailing<br /> - type: <code>doi</code> -- bounce was created while sending the DOI emails (form signup)<br /> <code>type_id</code> is either the mailing id or the form id depending on the type <br /> <br /> <strong>Example response data:</strong><br /> <code> {<br /> &nbsp;&nbsp;"email": "batman@gotham.com",<br /> &nbsp;&nbsp;"category": "hardbounce",<br /> &nbsp;&nbsp;"occurences": 1,<br /> &nbsp;&nbsp;"last_update": 1595229122,<br /> &nbsp;&nbsp;"last_update_gmt": "2020-07-20T07:12:02+00:00",<br /> &nbsp;&nbsp;"expires_by": 1626855819,<br /> &nbsp;&nbsp;"expires_by_gmt": "2021-07-21T08:23:39+00:00",<br /> &nbsp;&nbsp;"bounce_message": "smtp; 550 Recipient does not exist",<br /> &nbsp;&nbsp;"type": "doi",<br /> &nbsp;&nbsp;"type_id": "12345678"<br /> },<br /> </code><br /> <br /> <strong>The pagesize is limited to 500. To get more, retrieve another page.</strong> <br />

## Query parameters

- `pagesize` integer
- `page` integer

## Response `200`

Success

- string[]

---

[API](https://skmtc.net/cleverreach/apis/cleverreach-rest-api.md) · [All operations](https://skmtc.net/cleverreach/apis/cleverreach-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/cleverreach/cleverreach-rest-api/revisions/7248a065f67f/schema)
