---
title: "GET /api/billing_profiles"
method: GET
path: "/api/billing_profiles"
tags: ["Billing"]
---

# GET /api/billing_profiles

`GET /api/billing_profiles`

Retrieve or search billing profiles

## Query parameters

- `cursor` string — The pagination cursor value.
- `page_size` integer — Number of results to return per page.
- `doctor` integer

## Response `200`

OK

- object — Paginated Result
  - `previous` string — Previous paginated page
  - `data` BillingProfile[] — result data
    - `cpt_codes` object[] — Array of CPT Code objects
      - `diagnosis_pointers_icd9` string[] — ICD9 codes represented in strings
      - `code` string
      - `price` string — This field is represented in string format
      - `ndc_code` object[] — Array of NDC Code objects
        - `ndc_package_code` string
        - `units` 'F2' | 'GR' | 'ME' | 'ML' | 'UN' — Can be one of `F2`(International Unit), `GR`(Gram), `ME`(Milligram), `ML`(Millimeter) or `UN`(Unit)
        - `quantity` string
      - `diagnosis_pointers_icd10` string[] — ICD10 codes represented in strings
      - `modifiers` string[] — Modifiers represented in strings
      - `quantity` string — This field is represented in string format
    - `archived` boolean
    - `icd9_codes` string[] — ICD9 Codes represented in string format
    - `name` string
    - `hcpcs_codes` object[] — Array of HCPCS Code objects
      - `diagnosis_pointers_icd9` string[] — ICD9 codes represented in array of strings
      - `code` string
      - `price` string — This field is represented in string format
      - `ndc_code` object[] — Array of NDC Code objects
        - `ndc_package_code` string
        - `units` 'F2' | 'GR' | 'ME' | 'ML' | 'UN' — Can be one of `F2`(International Unit), `GR`(Gram), `ME`(Milligram), `ML`(Millimeter) or `UN`(Unit)
        - `quantity` string
      - `diagnosis_pointers_icd10` string[] — ICD10 codes represented in array of strings
      - `modifiers` string[] — Modifiers represented in array of strings
      - `quantity` string — This field is represented in string format
    - `created_at` string
    - `doctor` string
    - `updated_at` string
    - `custom_procedure_codes` object[] — Array of custom procedure code objects
      - `price` string — This field is represented in string format
      - `code` string
      - `quantity` string — This field is represented in string format
    - `icd10_codes` string[] — ICD10 Codes represented in string format
    - `id` integer
  - `next` string — Next Paginated page

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