---
title: "Subscribe PVs to SCUTS monitoring"
method: POST
path: "/api/scuts/subscribe"
tags: ["SCUTS Subscription"]
---

# Subscribe PVs to SCUTS monitoring

`POST /api/scuts/subscribe`

Subscribe one or more PVs to SCUTS monitoring.

Charges immediately for each PV and creates monthly usage entries.

Request body:
- pv_ids: List of PV IDs to subscribe

Returns:
- subscribed: List of successfully subscribed PVs
- failed: List of PVs that failed to subscribe
- already_subscribed: List of PVs already subscribed

## Headers

- `x-api-token` string, nullable

## Request body

- object

## Response `200`

Successful Response

- object

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/multigest/apis/multigest-protected-api.md) · [All operations](https://skmtc.dev/multigest/apis/multigest-protected-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/multigest/multigest-protected-api/revisions/4b44eb76b3ee/schema)
