Appearance
OpenAPI List
BaseURL:
China Data Center: iot-api.quectelcn.com
European Data Center: iot-api.acceleronix.io
For API usage methods, please refer to OpenAPI Integration Guide
Token Management API
Interface Address | Description |
---|---|
/v2/quecauth/accessKeyAuthrize/accessKeyLogin | Obtain token using AccessKey/AccessSecret |
/v2/quecauth/accessKeyAuthrize/refreshToken | Refresh token time |
Product Management API
Interface Address | Description |
---|---|
/v2/quecproductmgr/r3/openapi/products | Query product list |
/v2/quecproductmgr/r3/openapi/product/detail | Query product details |
Thing Model API
Interface Address | Description |
---|---|
/v2/quectsl/openapi/product/export/tslFile | Query latest product model (JSON format) |
Device Management API
Interface Address | Description |
---|---|
/v2/devicemgr/r3/openapi/product/device/overview | Query device list under a product |
/v2/devicemgr/r3/openapi/device/detail | Query device details |
/v2/deviceshadow/r2/openapi/device/resource | Query device resources |
/v2/devicemgr/r3/openapi/device/create | Add device (single) |
/v2/devicemgr/r3/openapi/device/createBatch | Add devices (batch) |
/v2/devicemgr/r3/openapi/device/update | Modify device information (single) |
/v2/devicemgr/r3/openapi/device/updateBatch | Modify device information (batch) |
/v2/devicemgr/r3/openapi/device/delete | Delete device (single) |
/v2/devicemgr/r1/openapi/product/gateway/subList | Query sub-devices under a gateway |
/v2/devicemgr/r1/openapi/product/gateway/getGatewayProductByChildDevice | Query current gateway based on sub-device |
/v2/devicemgr/r1/openapi/product/gateway/unbind | Unbind gateway relationship using sub-device PK, DK |
Device Uplink/Downlink Message API
Interface Address | Description |
---|---|
/v2/deviceshadow/r3/openapi/dm/readData | Read device model data |
/v2/deviceshadow/r3/openapi/dm/writeData | Send downlink model property data |
/v2/deviceshadow/r3/openapi/dm/sendServiceData | Send downlink model service data |
/v2/deviceshadow/r3/openapi/raw/sendData | Send downlink transparent transmission data |
/v2/deviceshadow/r1/openapi/device/getlocation | Query device's latest location data |
/v2/quecdatastorage/r1/openapi/device/data/history | Query device historical uplink/downlink logs |
/v2/quecdatastorage/r1/openapi/device/eventdata/history | Query device historical event logs |
Message Subscription Management API
Interface Address | Description |
---|---|
/v2/quecrule/r1/openapi/queue/create | Create queue |
/v2/quecrule/r1/openapi/queue/delete | Delete queue |
/v2/quecrule/r1/openapi/queue/clear | Clear queue |
/v2/quecrule/r1/openapi/queue/list | Query queue list |
/v2/quecrule/r1/openapi/queue/detail | Query queue details |
/v2/quecrule/r1/openapi/subscribe/create | Create product/device subscription |
/v2/quecrule/r1/openapi/subscribe/saas | Create SaaS subscription |
/v2/quecrule/r1/openapi/subscribe/enduser | Create end-user subscription |
/v2/quecrule/r1/openapi/subscribe/delete | Delete subscription |
/v2/quecrule/r1/openapi/subscribe/update | Modify subscription |
/v2/quecrule/r1/openapi/subscribe/list | Query subscription list |
/v2/quecrule/r1/openapi/subscribe/detail | Query subscription details |
/v2/quecrule/r1/openapi/subscribe/start | Enable subscription |
/v2/quecrule/r1/openapi/subscribe/stop | Stop subscription |
End-User API
Interface Address | Description |
---|---|
/v2/enduser/enterpriseapi/entUserDomainList | Query user domain list |
/v2/enduser/enterpriseapi/userDomainUserList | Query registered users in the user domain |
/v2/enduser/enterpriseapi/userInfo | Query user information |
/v2/enduser/enterpriseapi/setUserStatus | Set user status |
/v2/binding/enterpriseapi/userDeviceList | Query device list under user (including shared) |
/v2/binding/enterpriseapi/getUserListByBind | Query user list with bound devices |
/v2/binding/enterpriseapi/verifyBindingCode | Verify device binding code validity |