Ping
GET https://www.expedy.fr/api/v2/devices/{device_uid}/ping
This endpoint allows you to ask the device to ping back the platform
Use it in conjunction with the /status endpoint to check if the unix stamp was incremented, and confirm the device is correctly up and running.
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 |
number |
No | (ex: 1641509604) |
Response Example:
{
"last_ping": 1641509604
}