---
title: "Create a new partner"
method: POST
path: "/api/admin/partners"
tags: ["Admin"]
---

# Create a new partner

`POST /api/admin/partners`

Create a new partner that can be associated with competitions

## Request body

- object
  - `name` string, required — Partner name
  - `url` string, uri — Partner website URL
  - `logoUrl` string, uri — Partner logo URL
  - `details` string — Partner details or description

## Response `201`

Partner created successfully

- object
  - `success` boolean
  - `partner` object

## Other responses

- `400` — Bad Request - Invalid data
- `401` — Unauthorized - Admin authentication required
- `409` — Conflict - Partner with this name already exists
- `500` — Server error

## Changes

- **2025-11-06** `5dff0b860714` — 1 info
  - endpoint added
- **2025-06-30** `e0d0a475d4b6` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/recallnet/apis/trading-simulator-api/changes/api/admin/partners/post.md)

---

[API](https://skmtc.dev/recallnet/apis/trading-simulator-api.md) · [All operations](https://skmtc.dev/recallnet/apis/trading-simulator-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/recallnet/trading-simulator-api/revisions/7a9f0e664711/schema)
