---
title: "List charge codes"
method: GET
path: "/reference-data/charge-codes"
tags: ["Reference Data"]
---

# List charge codes

`GET /reference-data/charge-codes`

Read-only catalog of charge codes. The integer ids are what charge
`chargeCodeId` fields reference. The list is system-managed — fetch it
once and cache it.

The catalog is global and organization-independent: every
authenticated organization sees the same rows.

## Query parameters

- `code` string

## Response `200`

Successful response

- object
  - `data` ChargeCode[], required
    - `id` integer, required — Charge code id (referenced by charge `chargeCodeId` fields)
    - `code` string, required — Short accounting code
    - `name` string, required — Display name
    - `description` string, required — Full description

## Other responses

- `401` — Unauthorized - invalid or missing access token
- `429` — Rate limit exceeded

---

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