Superadmin APIs/Device Commands
Get Command Status
GET
/superadmin/commands/status/:cmdIdBearer token required
SUPERADMINContent-Type:
application/jsonPath Parameters
| Name | Type | Required | Description |
|---|---|---|---|
cmdId | string | Required |
Code Examples
curl -X GET 'https://<your-domain>:3001/superadmin/commands/status/:cmdId' \
-H 'Authorization: Bearer <token>'Try It
API Playground
Sends a real request to the configured servercmdId*