---
title: "Create a Device"
method: POST
path: "/api/devices"
tags: ["Device"]
---

# Create a Device

`POST /api/devices`

Create a Device

## Request body

- object
  - `name` string, required — The Device's name
  - `description` string, required — The Device's description
  - `deviceModel` string, required — The Device's Model information
  - `applicationId` string, required — The ID of the Application to which the device belongs

## Response `200`

Device created

- Schema — unresolved $ref

## Other responses

- `400` — Bad request
- `403` — Authenticated user not allowed to perform this operation

---

[API](https://skmtc.dev/cablelabs/apis/lpwan-server.md) · [All operations](https://skmtc.dev/cablelabs/apis/lpwan-server/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/cablelabs/lpwan-server/revisions/a77a7d2af072/schema)
