---
title: "Adds a new app for this developer"
method: POST
path: "/apps"
tags: ["apps : Find and modify apps"]
---

# Adds a new app for this developer

`POST /apps`

- This method is called on behalf of a developer.
- Price is required if the model is 'single' or 'recurring'
- Returns the newly created app

## Query parameters

- `developerId` string, required
- `name` string, required
- `type` string
- `model` string
- `customData` string
- `attributes` string
- `restrict` string
- `allow` string
- `access` string

## Response `default`

OK

## Other responses

- `400` — Bad Request - Required parameters are missing, malformed or invalid
- `409` — Already Exists - An app with this name already exists

---

[API](https://skmtc.net/openchannel/apis/market.md) · [All operations](https://skmtc.net/openchannel/apis/market/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/openchannel/market/versions/e5e2475bf7c3/schema)
