API documentation for connected lab workflows.
The Labrynix API helps technical teams connect laboratory workflows, PGx reporting, portals, billing visibility, and external systems through REST endpoints, webhooks, and HL7 / FHIR-ready pathways.
What you can integrate.
A REST API organized around the lab workflow. Endpoints below are illustrative — exact paths, scopes, and availability are confirmed for your deployment during implementation.
Authentication
Token-based authentication scoped to your lab and environment.
Orders & patients
Create and retrieve orders, patients, and providers.
Samples & status
Track samples through accessioning and the workflow.
Reports
Access finalized reports and report status.
Webhooks
Subscribe to events like report.finalized, sample.status_changed, and billing.updated.
# Request
curl https://api.labrynix.com/v1/reports/rep_8f21/status \
-H "Authorization: Bearer $LABRYNIX_TOKEN"
# Response
{
"id": "rep_8f21",
"state": "approved",
"reviewed_by": "lab",
"delivered": true
}Speak the standards healthcare already runs on.
Beyond REST, Labrynix supports the protocols labs and health systems depend on — so integrations are planned, not improvised.
HL7 & FHIR-ready
Order and result exchange through HL7 interfaces and FHIR-ready resources.
Webhooks & events
Real-time events for report, sample, and billing workflow changes.
EMR / EHR & systems
Integration planning for EMR, EHR, billing, CRM, instruments, and APIs.
Developer note
API availability, endpoints, authentication, HL7 workflows, FHIR-ready exchange options, and integration scope may vary by deployment and implementation requirements. Contact us to confirm scope and request access for your environment.
Plan your integration with our team.
REST · Webhooks · HL7 · FHIR-ready · EMR / EHR · Billing · Audit logs