Shutdown

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

USE WITH CARE, This endpoint allows you to shutdown the device. BEWARE, You'll need to be physically near the device to be able to start it up again. This endpoint is usually used to safely shutdown the device before physically deploying it at another geographical location.

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
}