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/customer/tree' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"customerId": null
}'
Responses
application/json {
"code": 0,
"data": [
{
"id": "",
"pid": "",
"customerName": "",
"customerType": "",
"contactName": "",
"contactTel": "",
"contactMail": "",
"contactAddress": "",
"leaf": false
}
],
"msg": ""
}
Modified at 2025-12-03 02:07:49