---
title: "Create Subscriptions for multiple Patients"
method: POST
path: "/api/v1/patients/subscriptions"
tags: ["Subscriptions"]
---

# Create Subscriptions for multiple Patients

`POST /api/v1/patients/subscriptions`

## Request body

- ApiPatientSubscriptionsRequestPayload
  - `subscriptions` ApiPatientSubscriptionRequestPayload[]
    - `particle_patient_id` string
    - `referred_to_oid` string
    - `type` string

## Response `200`

OK

- ApiPatientSubscriptions
  - `subscriptions` ApiPatientSubscription[]
    - `particle_patient_id` string
    - `type` string

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `404` — Not Found
- `406` — Not Acceptable
- `500` — Internal Server Error

---

[API](https://skmtc.net/particlehealth/apis/particle-health-api.md) · [All operations](https://skmtc.net/particlehealth/apis/particle-health-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/particlehealth/particle-health-api/versions/5aead0b7515e/schema)
