Eligible provides developer-first insurance billing APIs for healthcare businesses—real-time eligibility (270/271), cost and out-of-pocket estimates, claims submission (837), and claim/payment status monitoring delivered as clean REST endpoints. An unofficial API lets you programmatically run coverage checks, pull benefit details, generate patient cost estimates, submit and track claims, and receive webhook events—and push enrollment and claim updates back into Eligible.

Eligible is a developer-first insurance billing API platform for healthcare businesses. Digital health companies, telehealth platforms, and modern clinics use Eligible to run real-time insurance eligibility checks (X12 270/271), calculate patient out-of-pocket cost estimates at the point of service, submit and track claims (837), and monitor payment status—delivered as clean REST endpoints that hand engineering teams the data directly rather than wrapping it in a staff-facing UI.
Core API products include:
Common data entities:
Eligible exposes a public REST API, but operationalizing it across payers and workflows still carries real integration friction:
Supergood delivers a resilient, normalized API layer over Eligible's eligibility, cost-estimate, claims, and status surfaces—so you integrate once against consistent objects instead of stitching together payer-specific 271 and 837 variations yourself.
Use Eligible with AI agents: Eligible MCP Server →
Book a 30-minute session to confirm your Eligible products, target payers, and authentication model.
We deliver a production-ready Eligible adapter tailored to your eligibility, cost-estimate, and claims workflows.
Go live with continuous monitoring and automatic adaptation as Eligible and its payer network evolve.
Authentication
/authenticateAuthenticate with your Eligible API key and obtain a scoped session for downstream eligibility, claims, and estimate calls.
Eligibility
/coverageRun a real-time eligibility check (270/271) returning active status, copay, coinsurance, deductible, and specialty-specific benefits for a subscriber or dependent.
Estimates
/cost_estimatesCalculate a patient's out-of-pocket cost estimate including deductible, coinsurance, copayment, and stop-loss balances at the point of service.
Claims
/claimsSubmit an insurance claim (837) for services rendered to an insured member and receive an Eligible tracking ID.
Claims
/claim_statusRetrieve adjudication and payment status for outstanding claims, with daily automated checks and change events.
Payers
/payersList supported insurance companies and plans, including coordination of benefits and Medicare Beneficiary Identifier lookup.
- Run 270/271 coverage checks for subscribers and dependents at scheduling or check-in - Pull copay, coinsurance, deductible, and specialty benefits into your application logic - Cache and refresh active vs. inactive status to reduce redundant payer calls
- Generate cost estimates including deductible, coinsurance, copayment, and stop-loss - Present clear pricing in scheduling apps, check-in kiosks, and patient portals - Reconcile estimates against actual adjudicated amounts for collections workflows
- File 837 claims for rendered services and capture Eligible tracking IDs - Monitor adjudication status with daily automated checks and webhook events - Route status changes into denial-management and back-office workflows
- Build consumer scheduling, check-in, and denial-management features on a single API - Normalize benefits and claim data across hundreds of payers - Stream eligibility and payment events to BI, RCM, and finance systems
Authentication
Eligible API key with per-environment (test/production) credentials handled in a managed session
Connectivity
REST API over Eligible's eligibility (270/271), cost-estimate, claims (837), and status endpoints
Response format
Normalized JSON across coverage, cost-estimate, claim, and payer objects, abstracting payer-specific X12 variation
Rate limits
Adaptive throttling and batching tuned to payer-side limits and per-transaction cost
Session management
Automatic key rotation and credential management across test and production environments
Data freshness
Real-time eligibility and estimate calls with daily automated claim-status refresh
Security
Encrypted credential vault, HIPAA-aligned controls for PHI, scoped tokens, and audit logging
Webhooks
Event callbacks for claim status changes and payment updates pushed as adjudication progresses
Latency
Sub-second reads on cached coverage; multi-second responses for live 270/271 and cost-estimate calls
Throughput
Horizontally scaled workers sized to high-volume real-time eligibility and estimate traffic
Reliability
Retry, backoff, and idempotency keys for claim submissions and status reconciliation
Adaptation
Continuous monitoring of Eligible API changes and payer network behavior with automatic adjustment
Yes. Supergood exposes Eligible's real-time coverage endpoint, returning active status, copay, coinsurance, deductible, health-spending balance, and specialty-specific benefits as normalized JSON across payers.
Yes. You can submit 837 claims for rendered services, capture the Eligible tracking ID, and monitor adjudication and payment status via daily automated checks and webhook events.
Yes. The cost-estimate surface calculates a patient's out-of-pocket cost including deductible, coinsurance, copayment, and stop-loss information for point-of-service pricing.
Eligibility, estimate, and claim payloads carry protected health information. Supergood applies HIPAA-aligned transport, an encrypted credential vault, scoped access, and audit logging.
271 coverage detail and supported service types vary by payer. Supergood normalizes responses into consistent objects so you integrate once rather than handling each payer's variation.