Update Firmware

GET https://www.expedy.fr/api/v2/devices/{device_uid}/update

This endpoint allows you to initiate a device software update, if any are available.

Authentication

This endpoint requires an Authorization header with a valid API key.

Path Parameters

Parameter Type Required Description
device_uid string Yes The Device's unique id, as found in your Expedy account

Response 200

OK

Parameter Type Required Description
last_ping integer No (ex: 1641509604)

Response Example:

{
  "last_ping": 1641509604
}