POSThttps://app.impiloplatform.com/api/v3/heart-rate-reading
Body Parameters
View in API Reference
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