---
title: "GET /api/doctor_options/{id}"
method: GET
path: "/api/doctor_options/{id}"
tags: ["Administrative"]
---

# GET /api/doctor_options/{id}

`GET /api/doctor_options/{id}`

Retrieve existing options for a doctor

## Path parameters

- `id` string, required

## Response `200`

OK

- DoctorOptions
  - `default_supervising_provider` integer — ID of an `/api/doctors` instance.
  - `doctor` integer — ID of an `/api/doctors` instance.
  - `updated_at` string
  - `patient_statement_office` integer — ID of an `/api/offices` instance.
  - `allowed_payment_methods` unknown[]
    - unknown
  - `default_report` integer — ID of an `/api/clinical_note_templates` instance.
  - `default_billing_provider` integer — ID of an `/api/doctors` instance.
  - `default_reminder_profile` integer — ID of an `/api/reminder_profiles` instance.
  - `enable_everhealth_scribe` boolean — Whether the EverHealth Scribe feature is enabled for this doctor.
  - `office_for_lab_results` integer — ID of an `/api/offices` instance.
  - `erx_supervising_providers` integer[] — Array or IDs of `/api/doctors` instances.
  - `iframe_apps` string[] — Integrated applications
  - `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/revisions/e595797fe800/schema)
