- Alert Configuration
- Clinical Notes
- Devices
- Inventory
- Items
- Kits
- Manufacturers
- Orders
- Patients
- Procurements
- Returns
- Sites
- Support Tickets
- Transfers
- Webhooks
- Readings - Blood Glucose
- Readings - Blood Oxygen
- Readings - Blood Pressure
- Readings - Heart Rate
- Readings - Heart Rate Variability
- Readings - Peak Flow
- Readings - Sleep Mat Activity
- Readings - Sleep Mat Duration
- Readings - Temperature
- Readings - Weight
- Tests
Request
$ curl -X POST https://app.impiloplatform.com/api/v3/heart-rate-reading \ > -H "Impilo-API-Key: " \ > -H "Content-Type: application/json" \ > -d '{ > "readingTimestamp": "2024-07-04T00:00:00Z", > "deviceId": 599, > "deviceIdentifier": "354833969951611", > "patientId": 456, > "manual": false, > "heartRate": 70 > }'
Response