---
title: "Create"
method: POST
path: "/listing/org_bidding_groups/create/v1"
tags: ["/listing"]
---

# Create

`POST /listing/org_bidding_groups/create/v1`

Creates an org bidding group owned by the caller's org. The group starts empty — add members via /add_provider_member. | authz: allowed_org_types=[provider], min_org_role=operator | (OrgBiddingGroupClientCreate1) -> (PydanticObjectId)

## Request body

- OrgBiddingGroupClientCreate1
  - `schema_version` 1, required
  - `group_name` string, required

## Response `200`

Successful Response

- string

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/chrt/apis/chrt-fastapi.md) · [All operations](https://skmtc.dev/chrt/apis/chrt-fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/chrt/chrt-fastapi/revisions/ea04e157edb3/schema)
