API v1.0 · public beta · provider directory
Care infrastructure for
women in menopause.
Embed our Menopause Society Certified clinician roster — bios, credentials, licensed states, accepted insurance — straight into your product. Built for benefits platforms, payers, telehealth aggregators, and partner pharmacies.
first_request.sh
curl https://api.mymenopauserx.com/v1/providers \
-G \
--data-urlencode "state=CA" \
--data-urlencode "limit=2"↳ 200 OK · 142 ms
{ "total": 38, "providers": [{ "slug": "anna-hanna-md", "displayName": "Dr. Anna Hanna, MD", "menopauseSocietyCertified": true }] }Build with
What you can ship in a sprint
GET /v1/providers
Provider directory widget
Drop-in roster search filtered by state, insurance, provider type, or gender. Paginated with limit & offset.
Read the guide →
GET /v1/providers/{slug}
Provider profile pages
Render a full public profile — bio, education, certifications, clinical interests, accepted insurance by state — from a stable slug.
Read the guide →
GET /v1/appointment-types
Appointment types by state
List the visit types offered in a state — each with its video or async modality — to drive a booking UI.
Read the guide →
GET /v1/availability
Availability pre-check
Surface the next available appointment in a state before signup — optionally narrowed to a specific visit type.
Read the guide →