Superadmin APIs/Device Commands
Send Command (device path)
POST
/superadmin/devices/:imei/send-commandBearer token required
SUPERADMINContent-Type:
application/jsonPath Parameters
| Name | Type | Required | Description |
|---|---|---|---|
imei | string | Required |
Code Examples
curl -X POST 'https://<your-domain>:3001/superadmin/devices/:imei/send-command' \
-H 'Authorization: Bearer <token>' \
-H 'Content-Type: application/json'