All products
FreeAvailable
Scheduling API
A Slot Aggregator for SMART Scheduling Links.
GETapi.haau3.com/v1/scheduling/slots
api.haau3.com
Request
GET /v1/scheduling/slots?status=freeResponse
{
"slots": [
{
"status": "free",
"start": "2026-07-06T13:00-04:00",
"serviceTypeText": "Cardiology",
"location": { "name": "Riverside", "city": "Boston" },
"provider": { "name": "Dr. A. Okafor" }
}
],
"total": 1
}What it does
- One key-authenticated API across every SMART Scheduling Links publisher
- Ingest → validate → normalize: every record checked against the SSL profiles
- Non-conformant records are quarantined and flagged to the publisher to fix at the source
- One normalized slot: status, time, service type, location, provider, virtual vs in-person
- Free in production during the community preview
Built on
FHIR R4SMART Scheduling LinksBulk FHIR
The Scheduling API is a Slot Aggregator for SMART Scheduling Links. It ingests provider availability from many SSL publishers, validates every record against the SSL profiles, and normalizes conforming slots into one clean shape. You can search every publisher with a single key-authenticated call instead of integrating with each one separately.
Start building today
Detailed developer docs live at docs.haau3.com.