---
title: "Set Or Update Subscription"
method: POST
path: "/api/v0/subscription/"
---

# Set Or Update Subscription

`POST /api/v0/subscription/`

## Request body

- SubscriptionRequest
  - `callback_url` string, required
  - `update_frequency_min` integer
  - `webhook_delay_min` integer

## Response `200`

Successful Response

- SubscriptionCreationResponse
  - `success` boolean, required

## Other responses

- `422` — Validation Error

---

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