Skip to main content
Two people reviewing partner-clinic paperwork at a desk

Developers

Three read-only endpoints, documented.

A small public surface for agents and developers: service status, the coordinated procedure catalogue, and country dialling codes. No authentication, no write access, no patient data.

  • Version 1.0
  • 3 endpoints
  • Updated 2026-06-08

Health endpoint

Returns a lightweight public status payload for agents and developers.

Use this endpoint to confirm the public Astramedica API surface is reachable. It exposes basic contact and catalog context only and does not include patient data or protected resources.

GET/api/health

Example response

{
  "ok": true,
  "service": "Astramedica Public API",
  "version": "1.0",
  "publicServices": 11,
  "contact": {
    "email": "info@astramedica.com",
    "phone": "+1 202 500 5004"
  }
}

Response fields

FieldTypeDescription
okbooleanTrue when the endpoint is healthy.
servicestringHuman-readable API surface name.
versionstringPublic API contract version.
publicServicesnumberCount of published service pathways.
contactobjectPublic coordination contact details for follow-up questions.

Status codes

  • 200Healthy public API surface.

Caching and limits

No explicit cache header is set by this route.