Particle Health · Capability
Particle Health API — Patients
Particle Health API — Patient registration, lookup, search, and deletion. Self-contained Naftiko capability covering Particle's Patients business surface.
Particle Health API — Patients is a Naftiko capability published by Particle Health, one of 12 capabilities the APIs.io network indexes for this provider. It bundles 5 operations across the GET, POST, and DELETE methods rooted at /v1/patients.
The capability includes 3 read-only operations and 2 state-changing operations. Lead operation: List Patients. Can be deployed as a REST endpoint, MCP tool, or Agent Skill via Naftiko.
Tagged areas include Particle Health and Patients.
What You Can Do
GET
Listpatients
— List Patients
/v1/patients
POST
Submitpatient
— Submit Patient
/v1/patients
GET
Getpatient
— Get Patient
/v1/patients/{id}
DELETE
Deletepatient
— Delete Patient
/v1/patients/{id}
POST
Searchpatient
— Search Patient
/v1/patients/search
MCP Tools
list-patients
List Patients
read-only
idempotent
submit-patient
Submit Patient
get-patient
Get Patient
read-only
idempotent
delete-patient
Delete Patient
idempotent
search-patient
Search Patient
read-only
idempotent