cURL
curl --request GET \ --url https://cds.marmar.life/v1/patients \ --header 'Authorization: Bearer <token>'
{ "patients": [ { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "demographics": { "firstName": null, "lastName": null, "phone": null, "dateOfBirth": null, "sex": "MALE", "genderIdentity": null, "weightKg": null, "heightCm": null, "ethnicity": null }, "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z", "externalId": "<string>" } ] }
Documentation IndexFetch the complete documentation index at: https://docs.cds.marmar.life/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.cds.marmar.life/llms.txt
Use this file to discover all available pages before exploring further.
API key obtained from the Tenant Dashboard. Use as Authorization: Bearer YOUR_API_KEY
Patient roster for the tenant
Show child attributes