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/healthExample response
{
"ok": true,
"service": "Astramedica Public API",
"version": "1.0",
"publicServices": 11,
"contact": {
"email": "info@astramedica.com",
"phone": "+1 202 500 5004"
}
}Response fields
| Field | Type | Description |
|---|---|---|
| ok | boolean | True when the endpoint is healthy. |
| service | string | Human-readable API surface name. |
| version | string | Public API contract version. |
| publicServices | number | Count of published service pathways. |
| contact | object | Public 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.