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