💙 Patient Service API
OpenAPI-first • Versioned APIs • JWT-secured v2 • Observability
📘 API Documentation
Open Swagger Docs
📄 API Specification (YAML)
View openapi.yaml
🔐 Authentication
POST /auth/login
Content-Type: application/json
{
"username": "admin",
"password": "password123"
}
🔀 API Versions
v1 — Public
GET /v1/patients
GET /v1/patients/{id}
v2 — Secured (JWT)
GET /v2/patients
POST /v2/patients
GET /v2/patients/{id}
📊 Observability (demo)
| Time |
Method |
Route |
Status |
Latency (ms) |
| No requests yet |