---
title: "GET /device"
method: GET
path: "/device"
tags: ["all", "device"]
---

# GET /device

`GET /device`

Returns controller's type; firmware version; both mac addresses; and uptime in seconds

## Response `200`

OK

- ControllerResponse
  - `controllerType` string
  - `firmwareDate` string
  - `firmwareTime` string
  - `firmwareVersion` string
  - `mac1` string
  - `mac2` string
  - `upTimeSeconds` integer

## Other responses

- `400` — Bad Request
- `401` — Unauthorized

---

[API](https://skmtc.net/opto22/apis/pac.md) · [All operations](https://skmtc.net/opto22/apis/pac/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/opto22/pac/versions/2288d966c8f4/schema)
