---
title: "Create a ReportingProtocol"
method: POST
path: "/api/reportingProtocols"
tags: ["ReportingProtocol"]
---

# Create a ReportingProtocol

`POST /api/reportingProtocols`

Create a ReportingProtocol, available only to system administrators

## Request body

- object
  - `name` string
  - `protocolHandler` string — Path to file that contains the handler code, relative to the handlers dir
  - `networkTypeId` string

## Response `200`

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