Get supportRequest a Demo
  • Get Started
    • Welcome
  • Guides
    • Authentication
    • Patient Management
    • Order Management
    • Device Management
    • Webhook Management
  • Webhooks
  • API Reference
  • Resources
    • OpenAPI Spec
    • Mobile SDK
LogoLogo
Get supportRequest a Demo
API ReferenceDevices

Disable Readings

PATCH
/api/v3/device/disable-readings
PATCH
/api/v3/device/disable-readings
1curl -X PATCH https://app.impiloplatform.com/api/v3/device/disable-readings \
2 -H "Impilo-API-Key: <Impilo-API-Key>" \
3 -H "Content-Type: application/json" \
4 -d '{}'
Try it
This endpoint disables readings for the device provided in the request body. Readings received while in this status will not be processed or saved. No alerts or webhooks will be triggered for these readings. In order to disable readings for a device, all of the following must apply: - The Device must be owned by the Customer making the request - The Device's "disabledReadings" field must be false
Was this page helpful?
Previous

Disassociate Device

Next
Built with
Disassociate Device

Authentication

Impilo-API-Keystring
API Key authentication via header

Request

This endpoint expects an object.
deviceIdlongOptional
The ID of the device. Either this value or a Device Identifier are required to identify the Device.
deviceIdentifierstringOptional
The Identifier, such as a Serial Number, of the device. Either this value or a Device Id are required to identify the Device.
API Key authentication via header

This endpoint disables readings for the device provided in the request body. Readings received while in this status will not be processed or saved. No alerts or webhooks will be triggered for these readings.

In order to disable readings for a device, all of the following must apply:

  • The Device must be owned by the Customer making the request
  • The Device’s “disabledReadings” field must be false