Skip to main content
Developer Resources

BUILD ON
PRECISION

Direct access to real-time pharmacy infrastructure. Full READ/WRITE capabilities across inventory, patient data, and compounding workflows.

Restful API

Standardized JSON endpoints for all core resources. Predictable resource-oriented URLs.

GET /v1/compounds

Webhooks

Subscribe to real-time events. We push data to your endpoints the moment it changes.

dispense.verification

Infrastructure

High-throughput data layer for pharmacy operations and lot-level lineage.

infrastructure.state:"synced"
Real-time Infrastructure

Webhooks & Events

Subscribe to granular event topics and receive real-time JSON payloads when state changes occur in your pharmacy network.

Available Events

script.message.receivedNew prescription message arrived
prescription.newNew prescription created in workflow
prescription.updateExisting prescription details changed
dispense.verificationRPh verified a dispense event
inventory.low_stockItem count dropped below threshold
shipment.createdShipping label generated

We expose hundreds of granular events across the platform.

Event Payload Structure

POST Payload
{
"event_type":"ORDER_READY",
"timestamp":"2026-04-07T16:20:00Z",
"payload": {
  "id":"ORD-7742",
  "location":"LAB_01",
  "meta": {
    "priority":"HIGH",
    "tags": ["STAT","AUTO_FILL"]
    }
  }
}
Reliability
At-least-once delivery
Security
HMAC-SHA256 signatures
Developer API Reference

Pharmacy Service Modules

Clinic Management

  • Create/Update Clinics
  • Settings Config
  • User Association

Practitioners

  • NPI Validation
  • License Tracking
  • DEA Verification

Patient Records

  • Demographics
  • Insurance Cards
  • Clinical Profile

Medication Orders

  • Ancillary Data
  • Cancel Requests
  • Workflow Moves

Fill Fulfillment

  • Queue Management
  • Label Generation
  • Verification

Reporting

  • Event Notice Lists
  • Financial Reports
  • Audit Logs