---
title: "GET /api/custom_insurance_plan_names/{id}"
method: GET
path: "/api/custom_insurance_plan_names/{id}"
tags: ["Billing"]
---

# GET /api/custom_insurance_plan_names/{id}

`GET /api/custom_insurance_plan_names/{id}`

Retrieve an existing custom insurance plan name

## Path parameters

- `id` string, required

## Query parameters

- `since` string
- `user` integer
- `name` string
- `doctor` integer

## Response `200`

OK

- CustomInsurancePlanName
  - `archived` boolean
  - `doctor` string — List custom appointment fields defined by the doctor with the given ID
  - `created_at` string
  - `updated_at` string
  - `insurance_plan_name` string — Custom name
  - `user` string — User who created the custom insurance plan name
  - `id` integer

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Permission Denied
- `404` — Not Found
- `405` — Method Not Allowed
- `500` — Internal Server Error

---

[API](https://skmtc.net/drchrono/apis/untitled-api.md) · [All operations](https://skmtc.net/drchrono/apis/untitled-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/drchrono/untitled-api/versions/e595797fe800/schema)
