nexalwarenexalwaredocs
API ReferenceDevice control

List supported hardware boards

GET
/api/v1/catalog/boards

Static reference data no authentication required. Used to populate the "board type" picker when registering a device.

Response Body

application/json

curl -X GET "https://example.com/api/v1/catalog/boards"
[  {    "id": "string",    "name": "string",    "description": "string",    "disabled": true  }]