---
title: "Create Subscription For User"
method: POST
path: "/api/v3/subscriptions"
tags: ["Subscription"]
---

# Create Subscription For User

`POST /api/v3/subscriptions`

## Request body

- UserSubscriptionCreate
  - `frequency` 'instant' | 'hourly' | 'daily' | 'weekly' | 'monthly', required
  - `subscription_type` 'signals_digest', required
  - `delivery_method` 'email' | 'sms' | 'push' | 'webhook' | 'slack', required
  - `delivery_target` string, nullable
  - `config` object

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/nationgraph/apis/nationgraph-api.md) · [All operations](https://skmtc.net/nationgraph/apis/nationgraph-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/nationgraph/nationgraph-api/revisions/85804e68d86d/schema)
