---
title: "Create an Application"
method: POST
path: "/api/applications"
tags: ["Application"]
---

# Create an Application

`POST /api/applications`

Create an Application

## Request body

- object
  - `name` string, required — The Application's name
  - `description` string — The Application's description
  - `companyId` string, required — The ID of the Company to which the Application belongs. For a Company Admin user, this can only be the Id of their own Company.
  - `baseUrl` string — The URL that the Reporting Protocol sends the data to. This may have additional paths added, depending on the Reporting Protocol.
  - `reportingProtocolId` string — The ID of the Reporting Protocol the Application will use to pass Device data back to the Application Vendor

## Response `200`

Application created

- object
  - `id` string, required

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