---
title: "Unsubscribers"
method: GET
path: "/Optimail/GetUnsubscribers"
tags: ["Optimail"]
---

# Unsubscribers

`GET /Optimail/GetUnsubscribers`

Allows to retrieve email addresses that are a part of a global unsubscribe list of a particular brand.

## Query parameters

- `BrandID` integer, required
- `StartDate` string
- `EndDate` string
- `top` integer
- `skip` integer

## Response `200`

Success

- OptimoveAPIEngagementUtilsEngagementEntitiesUnsubscribedCustomer[]
  - `Email` string, nullable
  - `UnsubscribedTime` string, nullable

---

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