Skip to main content
GET
List fee schedules
A clinic can have multiple fee schedules (for example a Master schedule, a Medicare schedule, and a Self-Pay schedule). The CPT/HCPCS catalog is shared across schedules, so each code appears in every schedule with that schedule’s own charge and allowed amounts. This endpoint returns the schedule headers with an item count. To read the per-code pricing for a schedule, use its id with Get Fee Schedule Items.

Example Request

Example Response

Response Parameters

  • id: Cobalt’s fee schedule identifier. Use this in the items endpoint path.
  • emr_id: The fee schedule identifier as it appears in the EMR.
  • name / description / sub_name: Labels from the EMR.
  • is_master: Whether this is the master fee schedule.
  • taxable: Whether the schedule is marked taxable.
  • effective_from / effective_to: The schedule’s effective date range (either may be null). Useful for cross-referencing a historical claim against the schedule that was in effect at the time.
  • item_count: Number of priced codes in the schedule.

Authorizations

client_id
string
header
required
client_secret
string
header
required
access_token
string
header
required

Response

Successful response

success
boolean
fee_schedules
object[]