Retrieve a List of Device Firmwares that are Public or Belong to Your Account

GET /api/v2/device-firmwares

RESPONSE:

{
  "data": [
    {
      "id": "60d09a5731eddd2125ca1c26",
      "type": "firmwares",
      "attributes": {
        "sub_type": "device",
        "upload_date": "2021-05-21T13:55:35.975+00:00",
        "version": "4.8",
        "model": "MTCDT",
        "radio_module": null
      }
    }
  ]
}