Update Configuration

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

This endpoint allows you to apply any new Wifi configuration change you made to the targeted device.

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
}