How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

drchrono Billing API

Create and manage billing resources

drchrono Billing API is one of 7 APIs that drchrono publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Billing. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, an API reference, a getting-started guide, and authentication docs.

This API exposes 38 operations across 28 paths, and defines 12 schemas. It is described by OpenAPI 3.2.0, at version v4 - Hunt Valley.

Requests are made against a single base URL, https://app.drchrono.com.

38 operations 28 paths 12 schemas 1 DELETE27 GET2 PATCH6 POST2 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.2.0
API Version
v4 - Hunt Valley
Base URL
https://app.drchrono.com/api
Authentication
OAuth 2.0
Resource Areas
1

Authentication & Security 1

drchrono Billing API declares 1 security scheme for authenticating requests. It supports OAuth 2.0 (drchrono_oauth2) using the authorizationCode flow, exposing 22 scopes.

Paths & Operations 38

Across 28 paths, the API surfaces 38 operations — 1 DELETE, 27 GET, 2 PATCH, 6 POST, 2 PUT. Each is listed below with its method, path, parameters, and response codes.

Billing 38

Create and manage billing resources

GET
/api/day_sheet_charges
Retrieve daysheet charges report for a given date range
daysheet_charges_list 9 params
GET
/api/eligibility_checks
Retrieve or search past eligibility checks for patient
eligibility_checks_list 9 params → 200405404403401400500
GET
/api/patient_authorizations
Retrieve or search patient authorizations
patient_authorizations_list 7 params → 200405404403401400500
GET
/api/custom_insurance_plan_names/{id}
Retrieve an existing custom insurance plan name
custom_insurance_plan_names_read 5 params → 200405404403401400500
POST
/api/line_items_list
Create a billing line items list request
line_items_list_create 10 params → 201405404403401400500
GET
/api/line_items_list
Retrieve the list of billing line items
line_items_list_list 1 param → 200405404403401400500
GET
/api/day_sheet_patient_payments
Retrieve daysheet cash report for a given date range
day_sheet_patient_payments_list 9 params
GET
/api/eligibility_checks/{id}
Retrieve an existing past eligibility check
eligibility_checks_read 8 params → 200405404403401400500
POST
/api/comm_logs
Create communication (phone call) logs
comm_logs_create 3 params → 201405404403401400500
GET
/api/comm_logs
Retrieve or search communicatioin (phone call) logs
comm_logs_list 5 params → 200405404403401400500
GET
/api/day_sheet_credits
Retrieve daysheet credits/adjustments report for a given date range
daysheet_credits_list 9 params
POST
/api/transactions_list
Create transactions list request. Use the UUID returned in the response to retrieve the batch of records. Results returned in order of id or updatedat.
transactions_list_create 9 params → 201404403401400500
GET
/api/transactions_list
Retrieve or search transactions in batches. Results returned in order of ID or updatedat.
transactions_list_list 1 param → 200404403401400500
GET
/api/patient_payments/{id}
Retrieve an existing patient payment
patient_payments_read 4 params → 200405404403401400500
POST
/api/patient_payments
Create patient payment
patient_payments_create 3 params → 201405404403401400500
GET
/api/patient_payments
Retrieve or search patient payments
patient_payments_list 6 params → 200405404403401400500
POST
/api/clinical_note_field_values_list
Create clinical note field value list request. Use the UUID returned in the response to retrieve the batch of records. Results returned in order of ID.
clinical_note_field_values_list_create 6 params → 201404403401400500
GET
/api/billing_profiles
Retrieve or search billing profiles
billing_profiles_list 3 params → 200405404403401400500
GET
/api/billing_profiles/{id}
Retrieve an existing billing profiles
billing_profiles_read 2 params → 200405404403401400500
GET
/api/line_item_deletions
Retrieve or search billing line item deletions. When a billing line item is deleted, a record of its original ID and the appointment it was attached to will be logged and is accessible from this reso…
line_item_deletions_list 2 params → 200405404403401400500
GET
/api/transactions
Retrieve or search insurance transactions associated with billing line items
transactions_list 7 params → 200405404403401400500
GET
/api/custom_insurance_plan_names
Retrieve or search custom insurance plan names
custom_insurance_plan_names_list 6 params → 200405404403401400500
GET
/api/day_sheet_totals
Retrieve daysheet totals report for a given date range
daysheet_totals_list 13 params
GET
/api/transactions/{id}
Retrieve an existing insurance transaction
transactions_read 6 params → 200405404403401400500
GET
/api/procedures
procedures_list 8 params → 200405404403401400500
GET
/api/eligibility_checks_list
Retrieve or search eligibility checks in batches. Results returned in order of ID or updatedat.
eligibility_checks_list_list 1 param → 200404403401400500
GET
/api/procedures/{id}
procedures_read 7 params → 200405404403401400500
PUT
/api/line_items/{id}
line_items_update 8 params → 204405404403401400500
PATCH
/api/line_items/{id}
line_items_partial_update 8 params → 204405404403401400500
GET
/api/line_items/{id}
Retrieve an existing billing line item
line_items_read 9 params → 200405404403401400500
DELETE
/api/line_items/{id}
line_items_delete 8 params → 204405404403401400500
GET
/api/patient_payment_log
Retrieve or search patient payment logs
patient_payment_log_list 5 params → 200405404403401400500
GET
/api/patient_payment_log/{id}
Retrieve an existing patient payment log
patient_payment_log_read 4 params → 200405404403401400500
PUT
/api/comm_logs/{id}
Update an existing communication (phone call) logs
comm_logs_update 4 params → 204405404403401400500
PATCH
/api/comm_logs/{id}
Update an existing communication (phone call) logs
comm_logs_partial_update 4 params → 204405404403401400500
GET
/api/comm_logs/{id}
Retrieve an existing communication (phone call) logs
comm_logs_read 4 params → 200405404403401400500
POST
/api/line_items
Create billing line item for appointments
line_items_create 8 params → 201405404403401400500
GET
/api/line_items
Retrieve or search billing line items
line_items_list 9 params → 200405404403401400500

Schemas 12

The contract defines 12 schemas that model the data the API accepts and returns. The most detailed are BillingLineItem (31 properties), LineItemTransaction (17 properties), PatientAuthorization (17 properties), CashPayment (15 properties). Each schema is shown below with its type and property counts.

CashPaymentLog
object
10 properties
CustomInsurancePlanName
object
7 properties
BillingLineItemDeletion
object
3 properties
BillingLineItem
object
31 properties 4 required
PatientAuthorization
object
17 properties 2 required
PhoneCallLog
object
14 properties 2 required
Coverage
object
12 properties
BillingProfile
object
11 properties
CashPayment
object
15 properties 1 required
Procedure
object
11 properties
LineItemTransaction
object
17 properties
AsyncResourceError
object
3 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

drchrono-billing-api-openapi.yml Raw ↑

Other APIs drchrono publishes across the network.

drchrono Administrative API
drchrono Audit API
drchrono Availability API
drchrono Clinical API
drchrono Practice Management API
drchrono SMART on FHIR R4 API
Where this information came from

This is an independent, third-party profile of drchrono Billing API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.