cURL
curl --request GET \ --url https://api.healos.ai/ext-api/v1/patients
{ "data": [ { "id": "1743552000000", "name": "Maria Santos", "created_at": "2026-03-15T09:30:00.000Z" } ], "meta": { "page": 123, "limit": 123, "total_pages": 123 } }
"1"
"20"
Paginated list of patients
Show child attributes
Was this page helpful?