---
title: "Create a Network"
method: POST
path: "/api/networks"
tags: ["Network"]
---

# Create a Network

`POST /api/networks`

Create a Network, available only to system administrators

## Request body

- object
  - `name` string — The Network's name
  - `networkProviderId` string — The ID of the Network Provider that provides the Network
  - `networkTypeId` string — The ID of the NetworkType that the Network uses
  - `networkProtocolId` string — The ID of the Network Protocol that the Network uses
  - `baseUrl` string — The base URL used by the Network Protocol to reach the Network's API server
  - `securityData` object — The data used to grant secure access to the Network's server API. This data is defined by the NetworkType

## Response `200`

Network 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)
