Request
Add parameter in header Authorization
Example:Authorization: ********************
Request Code Samples
curl --location --request POST 'https://mettahub.mettaxiot.com/gps/v2/openapi/customer/page' \
--header 'Authorization: <api-key>'
Responses
application/json {
"code": 0,
"data": {
"records": [
{
"id": "",
"pid": "",
"customerName": "",
"customerType": "",
"contactName": "",
"contactTel": "",
"contactMail": "",
"contactAddress": "",
"leaf": false
}
],
"total": 0,
"size": 0,
"current": 0
},
"msg": ""
}
Modified at 2025-12-02 02:23:16