---
title: "Create a CompanyNetworkTypeLink"
method: POST
path: "/api/companyNetworkTypeLinks"
tags: ["CompanyNetworkTypeLink"]
---

# Create a CompanyNetworkTypeLink

`POST /api/companyNetworkTypeLinks`

Create a CompanyNetworkTypeLink, available only to company administrators

## Request body

- object
  - `companyId` string, required — The Company the record is linking to the NetworkType
  - `networkTypeId` string, required — The NetworkType to which the Company is linked
  - `networkSettings` string, required — The settings in a JSON string that correspond to the NetworkType

## Response `200`

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