---
title: "List Billing Codes"
method: GET
path: "/api/2.0/billing_codes/"
tags: ["Billing Codes"]
---

# List Billing Codes

`GET /api/2.0/billing_codes/`

Get the CPT codes that the practice has set up. To view them in the app, go to Practice Settings - Billing.

## Query parameters

- `code` string[]
- `description` string[]
- `limit` integer
- `offset` integer
- `order_by` string
- `practice` integer[]

## Response `200`

- PaginatedCPTCodeList
  - `count` integer
  - `next` string, uri, nullable
  - `previous` string, uri, nullable
  - `results` CPTCode[], required
    - `charge` string, decimal, nullable — The amount of money that will be charged for the code.
    - `code` string, required — The code that a user and integrators will see.
    - `description` string, required — The description of the code that users will see.
    - `id` integer — The internal elation id of the billing code.
    - `practice` integer, required — The practice who created the billing code.
    - `sequence` integer — The position in the list of billing codes.

---

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