---
title: "POST /api/marketplace/create"
method: POST
path: "/api/marketplace/create"
tags: ["Marketplace"]
---

# POST /api/marketplace/create

`POST /api/marketplace/create`

## Request body

- CreateAppStoreBodyDto
  - `name` string, required
  - `url` string, uri, required

## Response `default`

- AppStoreDto
  - `enabled` boolean, required
  - `name` string, required
  - `slug` string, required
  - `url` string, required

## Changes

- **2025-09-19** `04aac8a043a6` — 2 breaking
  - the `url` request property format changed from no format to `uri`
  - removed the success response with the status `201`
- **2025-05-09** `0db10235cd0a` — 2 info
  - the `url` request property format was generalized from `uri` to no format
  - added the success response with the status `201`

[Change history](https://skmtc.dev/runtipi/apis/runtipi-api/changes/api/marketplace/create/post.md)

---

[API](https://skmtc.dev/runtipi/apis/runtipi-api.md) · [All operations](https://skmtc.dev/runtipi/apis/runtipi-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/runtipi/runtipi-api/revisions/5c7deb969194/schema)
