Authorization
header.x-api-key: ********************
Bearer <token>
){
"devId": "213NW1000000078",
"start-time": "20250224030830",
"end-time": "20250224030930"
}
curl --location --request POST '/gpsdata' \
--header 'Content-Type: application/json' \
--header 'x-api-key;' \
--data-raw '{
"devId": "213NW1000000078",
"start-time": "20250224030830",
"end-time": "20250224030930"
}'
[
{
"devId": "string",
"tmTime": 0,
"acconTime": 0,
"direction": 0,
"fuelWear": 0,
"lat": 0,
"lng": 0,
"tripMileage": 0,
"rpm": 0,
"speed": 0,
"deviceMileage": 0,
"odometer": 0,
"preference": 0
}
]