---
title: "Get Device Information"
method: GET
path: "/devices/{code}"
tags: ["Device"]
---

# Get Device Information

`GET /devices/{code}`

This operation requires the provided API key to have General permission set to 'Read' or higher, and Settings permission set to 'Read' or higher.

## Path parameters

- `code` string, required

## Response `200`

OK

- Device
  - `code` string — Code of the device.
  - `dateCreated` string — Date and time when the device was created in the format "YYYY-MM-DD HH:MM:SS"

## Other responses

- `403` — Unauthorized
- `404` — Device Not Found
- `500` — Internal server error

---

[API](https://skmtc.net/helcim/apis/the-helcim-api.md) · [All operations](https://skmtc.net/helcim/apis/the-helcim-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/helcim/the-helcim-api/versions/345052ca6578/schema)
