---
title: "Creates the device."
method: POST
path: "/api/lorawan/concentrators"
tags: ["LoRa WAN"]
---

# Creates the device.

`POST /api/lorawan/concentrators`

## Request body

- ConcentratorDto — LoRaWAN Concentrator.
  - `deviceId` string, required — The device identifier.
  - `deviceName` string, required — The name of the device.
  - `loraRegion` string, required — The lora region.
  - `deviceType` string, nullable — The type of the device.
  - `clientThumbprint` string, nullable — The client certificate thumbprint.
  - `isConnected` boolean — `true` if this instance is connected; otherwise, `false`.
  - `isEnabled` boolean — `true` if this instance is enabled; otherwise, `false`.
  - `alreadyLoggedInOnce` boolean — `true` if [already logged in once]; otherwise, `false`.
  - `routerConfig` RouterConfig — Router configuration.
    - `NetID` integer[], nullable — The network identifier.
    - `JoinEui` array[], nullable — The join eui.
      - string[]
    - `region` string, nullable — The region.
    - `hwspec` string, nullable — The hardware specifications.
    - `freq_range` integer[], nullable — The frequency range.
    - `DRs` array[], nullable — The DRs.
      - integer[]
    - `sx1301_conf` object[], nullable — The SX1301 conf.
    - `nocca` boolean — `true` if nocca; otherwise, `false`.
    - `nodc` boolean — `true` if nodc; otherwise, `false`.
    - `nodwell` boolean — `true` if nodwell; otherwise, `false`.

## Response `200`

Success

## Other responses

- `400` — Bad Request

---

[API](https://skmtc.net/cgi-fr/apis/azure-iot-hub-portal-api.md) · [All operations](https://skmtc.net/cgi-fr/apis/azure-iot-hub-portal-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/cgi-fr/azure-iot-hub-portal-api/versions/ce058568b9f0/schema)
