Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

IntakeQ Treatment Notes API

Treatment / clinical notes and PDF export.

IntakeQ Treatment Notes API is one of 6 APIs that IntakeQ publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Treatment Notes. The published artifact set on APIs.io includes an OpenAPI specification, an API reference, and API documentation.

This API exposes 3 operations across 3 paths, and defines 1 schema. It is described by OpenAPI 3.0.3, at version 1.0.

Requests are made against a single base URL, https://intakeq.com/api/v1.

3 operations 3 paths 1 schemas 3 GET

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.3
API Version
1.0
Base URL
https://intakeq.com/api/v1
Authentication
API Key
Contact
Resource Areas
1

Authentication & Security 1

IntakeQ Treatment Notes API declares 1 security scheme for authenticating requests. An API key is passed in the header as X-Auth-Key (authKey). By default, every request must be authenticated.

  • authKey — The account API key found under More Settings Integrations Developer API.

Paths & Operations 3

Across 3 paths, the API surfaces 3 operations — 3 GET. Each is listed below with its method, path, parameters, and response codes.

Treatment Notes 3

Treatment / clinical notes and PDF export.

GET
/notes/summary
Query treatment note summaries
queryTreatmentNotes 8 params → 200401
GET
/notes/{noteId}
Retrieve a full treatment note
getTreatmentNote 1 param → 200401
GET
/notes/{noteId}/pdf
Download a treatment note as PDF
downloadTreatmentNotePdf 1 param → 200401

Schemas 1

The contract defines 1 schema that model the data the API accepts and returns. The most detailed is TreatmentNoteSummary (6 properties). Each schema is shown below with its type and property counts.

TreatmentNoteSummary
object
6 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

intakeq-treatment-notes-api-openapi.yml Raw ↑

Other APIs IntakeQ publishes across the network.

IntakeQ Appointments API
IntakeQ Clients API
IntakeQ Files API
IntakeQ Intake Forms API
IntakeQ Invoices API