---
title: "List unsubscribed contacts"
method: GET
path: "/contacts/unsubscribed"
tags: ["Contacts"]
---

# List unsubscribed contacts

`GET /contacts/unsubscribed`

## Query parameters

- `query` string

## Response `200`

Successful response

- object
  - `data` Contact[]
    - `id` integer
    - `email` string, email, required
    - `first_name` string
    - `last_name` string
    - `ip_address` string
    - `unsubscribed_at` string, date-time, nullable
    - `created_at` string, date-time
    - `updated_at` string, date-time
  - `current_page` integer
  - `total` integer
  - `per_page` integer

---

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