---
title: "Retrieve bounced members"
method: GET
path: "/members/bounced"
tags: ["Members"]
---

# Retrieve bounced members

`GET /members/bounced`

Retrieve a paginated list of members for which a hard bounce was received for the last mailing sent to them.

## Query parameters

- `page` integer
- `limit` integer
- `sort` 'email_asc' | 'email_desc' | 'date_asc' | 'date_desc' | 'updated_asc' | 'updated_desc'
- `bouncedOnFrom` string, date
- `bouncedOnTo` string, date
- `updatedOnFrom` string, date
- `updatedOnTo` string, date

## Response `200`

Paginated list of bounced members

- object
  - `members` BouncedMember[]
    - `firstname` string
    - `lastname` string
    - `company` string
    - `email` string, email
    - `gender` string
    - `language` string
    - `joinedOn` string
    - `updatedOn` string, nullable
    - `consentType` string
    - `postalCode` string
    - `country` string
    - `note` string
    - `birthdate` string, nullable
    - `hardBouncedOn` string, nullable
    - `customFields` object
  - `totalCount` integer
  - `page` integer
  - `limit` integer
  - `sort` string

## Other responses

- `401` — Unauthorized

---

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