Request
Add parameter in header Authorization
Example:Authorization: ********************
Body Params application/json
Request Code Samples
curl --location --request POST 'https://mettahub.mettaxiot.com/gps/v2/openapi/device/gpsTripData' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"tripId": "string"
}'
Responses
application/json {
"code": 0,
"data": [
{
"reportTime": "",
"speed": "",
"course": "",
"acc": "",
"lat": 0.0,
"lon": 0.0,
"num": 0,
"signal": 0,
"type": 0,
"actual": false
}
],
"msg": ""
}
Modified at 2025-11-06 09:29:50