Admin APIs/Custom Commands & System Variables
List Custom Commands
GET
/admin/customcommandsReturns custom commands available for admin's device types.
Bearer token required
ADMINContent-Type:
application/jsonCode Examples
curl -X GET 'https://<your-domain>:3001/admin/customcommands' \
-H 'Authorization: Bearer <token>'Try It
API Playground
Sends a real request to the configured server