cURL
curl --request GET \ --url https://backend.claros.health/variables \ --header 'X-API-Key: <api-key>'
[ { "id": 123, "name": "<string>", "units": "<string>", "description": "<string>", "patient_values_count": 123 } ]
Retrieves all variables associated with the authenticated user
X-API-Key
[ { "id": 1, "name": "Systolic Blood Pressure", "units": "mmHg", "description": "Systolic and diastolic blood pressure measurements", "patient_values_count": 150 }, { "id": 2, "name": "Heart Rate", "units": "bpm", "description": "Resting heart rate in beats per minute", "patient_values_count": 145 } ]
List of variables