---
title: "Update Subscription Details"
method: POST
path: "/customer/subscriptions"
---

# Update Subscription Details

`POST /customer/subscriptions`

This API allows you to update SMS/email subscription details of a customer.

## Query parameters

- `format` 'json' | 'xml'

## Request body

- object
  - `RAW_BODY` string, json

## Response `200`

200

- object
  - `response` object
    - `status` object
      - `success` string
      - `code` string
      - `message` string
    - `subscriptions` object
      - `subscription` object[]
        - `user_id` string
        - `email` string
        - `channel` string
        - `priority` string
        - `scope` string
        - `is_subscribed` string
        - `item_status` object
          - `success` string
          - `code` string
          - `message` string

---

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