# Fetch a list of available Commands for the Device or all possible Commands if Device ommited Endpoint: GET /commands/types Version: 6.10.0 Security: BasicAuth, ApiKey ## Query parameters: - `deviceId` (integer) Internal device identifier. Only works if device has already reported some locations - `protocol` (string) Protocol name. Can be used instead of device id - `textChannel` (boolean) When true return SMS commands. If not specified or false return data commands ## Response 200 fields (application/json): - `type` (string) ## Response 400 fields