---
title: "Create Sponsorship"
method: POST
path: "/provider/companies/{company_id}/sponsorships"
tags: ["Sponsorship"]
---

# Create Sponsorship

`POST /provider/companies/{company_id}/sponsorships`

## Path parameters

- `company_id` string, required

## Request body

- ProviderCompanySponsorshipsControllerCreateBody
  - `is_subscriber` boolean, required — Currently only employees may be subscribers
  - `type` string, required — May be one of "employee", "spouse", or "child"
  - `external_id` string
  - `patient` Association, required
    - `id` string, required
  - `family` Association
    - `id` string, required

## Response `200`

Successful response

---

[API](https://skmtc.net/hint/apis/partner-endpoints.md) · [All operations](https://skmtc.net/hint/apis/partner-endpoints/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hint/partner-endpoints/revisions/a92ae2a6fa90/schema)
