Request
Add parameter in header Authorization
Example:Authorization: ********************
Body Params application/json
{
"deviceType": "MC202L"
}
Request Code Samples
curl --location --request POST 'https://mettahub.mettaxiot.com/gps/v2/openapi/device/type/info' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"deviceType": "MC202L"
}'
Responses
application/json {
"code": 0,
"data": {
"typeName": "",
"typeCode": "",
"typeVersion": "",
"tripType": "",
"accType": 0,
"chargeType": 0,
"extendType": 0,
"extendCount": 0
},
"msg": ""
}
Modified at 2025-12-12 06:53:51