0%

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.

Request API access →

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.

post/v1/auth/tokenExchange credentials for a short-lived access token.

Orders & patients

Create and retrieve orders, patients, and providers.

get/v1/ordersList orders with filters and pagination.
post/v1/ordersCreate a new test order.
get/v1/orders/{id}Retrieve a single order and its status.
post/v1/patientsCreate or upsert a patient record.

Samples & status

Track samples through accessioning and the workflow.

get/v1/samples/{id}Retrieve a sample and its current state.
patch/v1/samples/{id}/statusAdvance a sample's workflow status.

Reports

Access finalized reports and report status.

get/v1/reports/{id}Retrieve a finalized, lab-approved report.
get/v1/reports/{id}/statusCheck review, approval, and delivery state.

Webhooks

Subscribe to events like report.finalized, sample.status_changed, and billing.updated.

post/v1/webhooksRegister an endpoint for event delivery.
get/v1/webhooks/eventsList available event types.
GET /v1/reports/{id}/status
# 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.

Let's build the future of labs

Plan your integration with our team.

Talk to sales →Get the Buyer's Guide

REST · Webhooks · HL7 · FHIR-ready · EMR / EHR · Billing · Audit logs