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/expand/info' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"deviceId": "string"
}'
Responses
application/json {
"code": 0,
"data": {
"id": "",
"channelName": ""
},
"msg": ""
}
Modified at 2025-11-06 09:29:50