← Back to all docs

Liberty Software API

Liberty Software is a pharmacy management platform built for community and independent pharmacies, powering prescription filling, insurance adjudication, point-of-sale, and multi-store chain operations through its PharmacyOne system. An unofficial API lets you programmatically pull prescriptions, patients, claims, inventory, and POS transactions—and push updates like new fills, patient records, and refill requests back into Liberty.

By Alex KlarfeldMay 30, 2026
Liberty Software API

What is Liberty Software?

Liberty Software is a pharmacy management platform designed by pharmacists for community and independent pharmacies, built to improve patient care, safety, and profitability. Its PharmacyOne system handles prescription filling, custom workflows, and insurance adjudication, with an integrated point-of-sale checkout and a web-based chain management platform for centralized, multi-store operations.

Core product areas include:

  • PharmacyOne (core prescription filling, custom workflows, and insurance adjudication)
  • PharmacyOne Checkout (integrated point-of-sale with payment processing and inventory management)
  • PharmacyOne Chain Management (web-based multi-store management with centralized operations)
  • Patient engagement (text, email, and voice messaging, two-way texting, MedSync medication synchronization)
  • Clinical and compliance tools (SmartCheck alerts, immunization management and registry reporting, DIR fee and claim optimization)

Common data entities:

  • Prescriptions, Fills, Refills, Drug records
  • Patients, Prescribers, Allergies, MedSync schedules
  • Insurance claims, Adjudication responses, DIR fees, Remittances
  • Inventory items, Stock levels, Store-to-store transfers, Orders
  • POS transactions, Payments, Loyalty records
  • Immunizations, Clinical alerts, Registry reports

The Liberty Software Integration Challenge

Independent pharmacies run dispensing, billing, and patient care on Liberty every day, but turning its desktop- and store-centric workflows into API-driven automation is non-trivial:

  • Store-installed core: PharmacyOne runs as on-site pharmacy software, so headless access to prescriptions, fills, and POS data is not exposed as a public REST API
  • Partner-gated integrations: Liberty's 80+ certified integrations across 34 categories flow through a partner program, requiring agreements before connecting to the platform
  • Multi-store data spread: Chain Management centralizes operations, but per-store fills, inventory, and transfers each carry their own IDs and lifecycle states
  • Adjudication complexity: Real-time claim submission, DIR fee handling, and remittance reconciliation require precise payer and reason-code handling
  • PHI and compliance constraints: Patient, prescription, and immunization data demand HIPAA-aligned access controls and audit trails
  • Authentication barriers: Pharmacy logins and session handling complicate reliable, unattended automation

How Supergood Creates Liberty Software APIs

Supergood reverse-engineers Liberty's authenticated PharmacyOne and Chain Management workflows to deliver a resilient API layer for your pharmacy—covering dispensing, billing, inventory, and patient engagement without waiting on a partner-gated integration.

  • Handles pharmacy credentials, session continuity, and MFA securely in a managed session
  • Maintains session continuity with automated refresh and change detection across stores
  • Normalizes responses across prescriptions, claims, inventory, and POS so you integrate once and rely on consistent objects
  • Aligns with HIPAA-conscious access controls, scoped tokens, and audit logging for PHI

Use Liberty Software with AI agents: Liberty Software MCP Server →

Getting Started

  1. Schedule Integration Assessment

Book a 30-minute session to confirm your modules, store count, and authentication model.

  1. Supergood Generates and Validates Your API

We deliver a hardened, production-ready Liberty Software adapter tailored to your pharmacy configuration.

  1. Deploy with Monitoring

Go live with continuous monitoring and automatic adjustments as Liberty Software evolves.

liberty

API Endpoints

Authentication

POST/authenticate

Authenticate to a Liberty Software pharmacy account and obtain a session token for downstream calls.

Patient Operations

GET/patients

List patient records with filters for name, date of birth, prescriber, and MedSync enrollment.

Prescriptions

GET/prescriptions

Retrieve prescriptions, fills, and refills with status, drug, patient, and date-range filters.

Prescriptions

POST/create_fill

Submit a new prescription fill or refill request against an existing patient and drug record.

Billing

GET/claims

Pull insurance claims, adjudication responses, DIR fees, and remittance details by payer and status.

Inventory

GET/inventory

Retrieve inventory items, stock levels, orders, and store-to-store transfers across locations.

Use Cases

Sync prescription and patient data into your systems

- Pull prescriptions, fills, and refills from PharmacyOne into a central warehouse - Keep patient, prescriber, and allergy records in sync with downstream EHR and CRM tools - Stream MedSync schedules and refill events to patient engagement workflows

Automate insurance claims and reconciliation

- Pull adjudication responses, DIR fees, and remittances for financial reporting - Match claims and payments against expected reimbursement to surface profit leakage - Route rejected or pending claims to staff workflows without portal clicks

Centralize multi-store inventory and operations

- Sync inventory levels and orders across stores through Chain Management - Track store-to-store transfers and consolidated reporting in real time - Trigger reorder workflows when stock falls below per-location thresholds

Streamline POS and patient engagement

- Pull POS transactions, payments, and loyalty records into accounting systems - Trigger text, email, and voice notifications for ready-to-pickup and refill reminders - Surface immunization and clinical alert events to reporting registries

Technical Specifications

Authentication

Pharmacy credentials and MFA handled in a managed, encrypted session

Connectivity

Authenticated PharmacyOne and Chain Management workflows surfaced as a normalized API

Response format

Normalized JSON across prescription, patient, claim, inventory, and POS objects

Rate limits

Adaptive throttling tuned to your pharmacy to avoid platform-side limits

Session management

Automatic session refresh, MFA replay handling, and credential rotation

Data freshness

Near real-time pulls for prescriptions, claims, and inventory with optional scheduled batch syncs

Security

Encrypted credential vault, scoped access tokens, HIPAA-aligned controls, and audit logging

Webhooks

Event-style callbacks for new fills, claim adjudication, refill requests, and inventory changes

Latency

Sub-second reads on cached entities; multi-second writes when posting fills and claims

Throughput

Horizontally scaled workers sized to single-store and multi-store chain volume

Reliability

Retry, backoff, and idempotency keys for fills, claim submissions, and transfers

Adaptation

Continuous monitoring of Liberty Software releases and pharmacy configuration drift

Frequently asked questions

Yes. Supergood works against PharmacyOne for individual stores and Chain Management for multi-store operators, normalizing prescriptions, inventory, and transfers across every location.

No. Supergood works with your existing pharmacy credentials and authenticated sessions, so you do not need to wait on Liberty's partner program to connect to your own data.

Yes. PHI flows through an encrypted credential vault with scoped tokens, HIPAA-aligned access controls, and full audit logging so patient and prescription data stays protected.

Yes. The API exposes adjudication responses, DIR fees, and remittances so you can reconcile reimbursement, flag rejected claims, and surface profit leakage programmatically.

Supergood continuously monitors Liberty Software releases and your pharmacy configuration, adapting the adapter automatically so your integration keeps running through updates.

Ready to get a real API?