---
title: "Update watchlist monitoring subscription"
method: PUT
path: "/customers/{customer_id}/watchlists/subscriptions/{subscription_id}"
tags: ["Watchlist (deprecated)"]
deprecated: true
---

# Update watchlist monitoring subscription

`PUT /customers/{customer_id}/watchlists/subscriptions/{subscription_id}`

> **Deprecated.**

## Path parameters

- `subscription_id` string, uuid, required
- `customer_id` string, uuid, required

## Request body

- WatchlistSubscription
  - `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'

## Response `200`

Updated watchlist subscription

- WatchlistSubscription
  - `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.dev/synctera/apis/synctera-api.md) · [All operations](https://skmtc.dev/synctera/apis/synctera-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/synctera/synctera-api/revisions/a6363e3dbb7b/schema)
