PatientPop, now part of Tebra, is a practice growth platform that helps independent healthcare practices acquire and retain patients through SEO, custom websites, online scheduling, reputation management, and patient communication. An unofficial API lets you programmatically pull patients, appointments, reviews, provider profiles, and directory listings—and push updates like new bookings, review responses, and profile changes back into PatientPop.

PatientPop, now part of Tebra, is a practice growth platform that helps independent healthcare practices attract, book, and retain patients. Practices use PatientPop to run search engine optimization and paid advertising, publish a conversion-focused practice website, let patients book appointments online, manage their online reputation and reviews, communicate with patients via text, and track performance through reporting and analytics—all from a single dashboard.
Core product areas include:
Common data entities:
Practices run patient acquisition and front-office workflows on PatientPop every day, but turning a portal-driven growth platform into API-driven automation is non-trivial:
Supergood reverse-engineers PatientPop's authenticated dashboard flows to deliver a resilient API layer for your practice account—covering patient, appointment, review, and listing data without waiting on a public API.
Use PatientPop with AI agents: PatientPop MCP Server →
Book a 30-minute session to confirm your practice account, locations, and authentication model.
We deliver a production-ready PatientPop adapter tailored to your account configuration and entitlements.
Go live with continuous monitoring and automatic adjustments as PatientPop and Tebra evolve.
Authentication
/authenticateAuthenticate to a PatientPop practice account using username/password, or MFA, and obtain a session token for downstream calls.
Patient Operations
/patientsList patients and contact records with filters for location, status, acquisition source, and date range.
Scheduling
/appointmentsRetrieve appointments and online bookings with provider, location, and status filters.
Scheduling
/create_appointmentCreate or book a new appointment against a provider's availability for a given location.
Reputation
/reviewsPull aggregated reviews, ratings, and reputation scores across connected directories and review sites.
Reputation
/respond_reviewPost a response to a patient review and sync it back to the originating directory.
- Pull new patients, leads, and contact records into a CRM or data warehouse - Stream online bookings and appointment changes to downstream scheduling and EHR tools - Reconcile acquisition source and conversion data for unified patient 360
- Pull aggregated reviews and ratings across directories into a single dashboard - Trigger automated or templated responses to new patient reviews - Route negative feedback to staff for fast service recovery
- Sync campaign, web traffic, and conversion metrics into BI and reporting tools - Attribute new patient bookings back to SEO, ads, and listing sources - Surface ROI and cost-per-acquisition across locations
- Pull provider profiles, practices, and locations for downstream directories - Push profile and listing updates to keep online presence consistent - Monitor directory listing accuracy across review and search platforms
Authentication
Username/password and MFA (SMS, email, TOTP) handled in a managed session
Connectivity
Authenticated dashboard flows reverse-engineered from PatientPop's web application
Response format
Normalized JSON across patients, appointments, reviews, providers, and listings
Rate limits
Adaptive throttling tuned to your practice account to avoid platform-side limits
Session management
Automatic session refresh, MFA replay handling, and credential rotation
Data freshness
Near real-time pulls for patients, appointments, and reviews with optional scheduled batch syncs
Security
Encrypted credential vault, scoped access tokens, HIPAA-aligned and SOC 2-aligned controls, and audit logging
Webhooks
Event-style callbacks for new patients, bookings, review activity, and listing changes
Latency
Sub-second reads on cached entities; multi-second writes when posting bookings and review responses
Throughput
Horizontally scaled workers sized to multi-location practice volume
Reliability
Retry, backoff, and idempotency keys for booking and review-response operations
Adaptation
Continuous monitoring of PatientPop and Tebra platform changes and account configuration drift
PatientPop does not publish a documented developer API; its data is exposed through its web dashboard. Supergood provides an API layer by reverse-engineering the authenticated dashboard flows, so you can integrate without waiting on a public API.
PatientPop is now part of Tebra, and Supergood works against your existing PatientPop practice account and authenticated sessions. We adapt to platform consolidation so your integration keeps working as surfaces move under Tebra.
Yes. Reviews, ratings, and reputation scores aggregated from connected directories and review sites are exposed through a single normalized API surface, so you do not have to integrate each source individually.
Patient contact details and appointment records are handled with encrypted credential storage, scoped access, audit logging, and HIPAA-aligned controls on every read and write.
Yes. In addition to reads, the API supports writes such as creating bookings against provider availability and posting responses to patient reviews back to the originating directory.