---
title: "List All Company Plans"
method: GET
path: "/provider/companies/{company_id}/company_plans"
tags: ["CompanyPlan"]
---

# List All Company Plans

`GET /provider/companies/{company_id}/company_plans`

## Path parameters

- `company_id` string, required

## Response `200`

Successful response

- PublicCompanyPlanBlueprintAll[]
  - object[]
    - `id` string
    - `available_for_enrollment` boolean
    - `is_default` boolean
    - `plan` PublicPlanBlueprintMin
      - `id` string
      - `name` string
      - `plan_type` string

---

[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)
