---
title: "List watchlist monitoring subscriptions for a customer"
method: GET
path: "/customers/{customer_id}/watchlists/subscriptions"
tags: ["Watchlist (deprecated)"]
deprecated: true
---

# List watchlist monitoring subscriptions for a customer

`GET /customers/{customer_id}/watchlists/subscriptions`

> **Deprecated.**

## Path parameters

- `customer_id` string, uuid, required

## Response `200`

List of watchlist subscriptions

- WatchlistSubscriptionList
  - `next_page_token` string — If returned, use the next_page_token to query for the next page of results. Not returned if there are no more rows.
  - `subscriptions` WatchlistSubscription[], required
    - `auto_renew` boolean — Whether this subscription should automatically renew when the subscription period is over (default: vendor-dependent).
    - `created` string, date-time — When this subscription was created
    - `customer_consent` boolean, required — Whether this customer has consented to being enrolled for watchlist monitoring
    - `id` string, uuid — Unique identifier for this subscription
    - `period_end` string, date — The date when monitoring of this individual should end.
    - `period_start` string, date — The date when monitoring of this individual should begin (default: today).
    - `provider_subscription_id` string — External provider subscription id
    - `status` 'ACTIVE' | 'INACTIVE'

## Other responses

- `400` — BadRequest
- `401` — Unauthorized
- `403` — Forbidden error
- `404` — Resource not found
- `500` — Internal server error

---

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