This site has no patient portal or transactional API. What's here is a small, public, read-only data surface for agents and integrators.
No API key or signup required — these are public GET endpoints.
curl https://optimalhealthmembers.com/v1/clinic.json
GET /v1/clinic.json — structured clinic contact info and servicesGET /openapi.json — full OpenAPI 3.1 description of this surfaceGET /llms.txt — plain-language index of this site for AI agentsGET /sitemap.xml — full page sitemapVersioning policy: URL path versioning (currently /v1/). Breaking changes will only ship under a new version path (/v2/, etc), never in place. Once a version is superseded, its responses will carry Sunset and Deprecation headers for a minimum of 90 days before it stops being served.
/v1/clinic.json is limited to 60 requests/minute per client. Every response includes RateLimit-Limit, RateLimit-Remaining, and RateLimit-Reset headers so you can self-throttle; a 429 includes Retry-After (seconds). This is enforced best-effort per edge node, not globally coordinated.
Any content page supports Accept: text/markdown, including this page. Unknown paths return a real HTTP 404 with a Markdown or JSON body depending on your Accept header.
There's nothing here that mutates data, so there's no separate sandbox environment — every endpoint above is safe to call directly.