---
title: "Update contact subscriptions"
method: PUT
path: "/api/v1/contact/{id}/subscriptions"
tags: ["Contacts"]
---

# Update contact subscriptions

`PUT /api/v1/contact/{id}/subscriptions`

The method is used for updating the categories that a contact subscribed for.

## Path parameters

- `id` integer, required

## Request body

- ContactSubscriptionCategoryUpsertRequest
  - `subscriptions` string[], required — Subscription category keys

## Response `200`

---

[API](https://skmtc.net/esputnik/apis/esputnik-com.md) · [All operations](https://skmtc.net/esputnik/apis/esputnik-com/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/esputnik/esputnik-com/versions/1c4afd7ba72a/schema)
