---
title: "Get Unsubscribes"
method: GET
path: "/v1/sms/unsubscribes"
---

# Get Unsubscribes

`GET /v1/sms/unsubscribes`

## Query parameters

- `start` string, date, required
- `end` string, date, required
- `skip` integer

## Response `200`

200

- object[]
  - `customerId` string
  - `mobileNumber` string
  - `unsubscribed` boolean
  - `timestamp` string

## Other responses

- `422` — 422

---

[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/versions/fc55c5b1bec5/schema)
