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

Nookal Patients API

Patient records, cases, treatment notes, and patient files.

Nookal Patients API is one of 5 APIs that Nookal publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

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

This API exposes 13 operations across 13 paths, and defines 3 schemas. It is described by OpenAPI 3.0.3, at version v2.

Requests are made against a single base URL, https://api.nookal.com/production/v2.

13 operations 13 paths 3 schemas 8 GET5 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.3
API Version
v2
Base URL
https://api.nookal.com/production/v2
Authentication
API Key
Contact
Terms of Service
Resource Areas
1

Authentication & Security 1

Nookal Patients API declares 1 security scheme for authenticating requests. An API key is passed in the query as api_key (apiKeyQuery). By default, every request must be authenticated.

  • apiKeyQuery — Account-issued API key created in the Nookal application under Setup / Integrations, with a configurable access level. Passed as the apikey parameter - in the…

Paths & Operations 13

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

Patients 13

Patient records, cases, treatment notes, and patient files.

GET
/getPatients
Get patients
getPatients 4 params → 200
GET
/searchPatients
Search patients
searchPatients 10 params → 200
GET
/getCases
Get cases for a patient
getCases 4 params → 200
GET
/getAllCases
Get all cases
getAllCases 3 params → 200
POST
/addPatient
Add a patient
addPatient body → 200
POST
/editPatient
Edit a patient
editPatient body → 200
GET
/getTreatmentNotes
Get treatment notes for a patient
getTreatmentNotes 4 params → 200
GET
/getAllTreatmentNotes
Get all treatment notes
getAllTreatmentNotes 4 params → 200
POST
/addTreatmentNote
Add a treatment note
addTreatmentNote body → 200
GET
/getPatientFiles
Get patient files
getPatientFiles 4 params → 200
GET
/getFileUrl
Get a file URL
getFileUrl 2 params → 200
POST
/addCase
Add a case
addCase body → 200
POST
/updatePatientMedicareDetails
Update patient Medicare details
updatePatientMedicareDetails body → 200

Schemas 3

The contract defines 3 schemas that model the data the API accepts and returns. The most detailed are Details (8 properties), AddPatientRequest (7 properties), Envelope (3 properties). Each schema is shown below with its type and property counts.

Envelope
object
Standard Nookal JSON response envelope. On success, status is "success" and data carries the results object; on failure, status is "failure" and details carrie…
3 properties
AddPatientRequest
object
7 properties 4 required
Details
object
8 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

nookal-patients-api-openapi.yml Raw ↑

Other APIs Nookal publishes across the network.

Nookal Appointments API
Nookal Clinic API
Nookal Invoices API
Nookal Verification API