Skip to main content
GET
/
v1
/
patients
List patients for the authenticated tenant
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>"
    }
  ]
}

Authorizations

Authorization
string
header
required

API key obtained from the Tenant Dashboard. Use as Authorization: Bearer YOUR_API_KEY

Response

Patient roster for the tenant

patients
object[]
required