---
title: "Create Portfolio Group"
method: POST
path: "/portfolio/groups"
tags: ["Portfolio Monitoring"]
---

# Create Portfolio Group

`POST /portfolio/groups`

## Request body

- CreatePortfolioGroupRequest
  - `name` string, required — The name of the portfolio group.

## Response `200`

Successful Response

- V1PortfolioGroupSummaryResponse — Represents a summary of a portfolio group.
  - `id` string, uuid, required — The unique identifier of the portfolio group.
  - `name` string, required — The name of the portfolio group.
  - `items_count` integer, required — The number of items in this portfolio group.
  - `created_at` string, date-time, required — When the portfolio group was created.
  - `updated_at` string, date-time, nullable, required — When the portfolio group was last updated.
  - `console_url` string, required

## Other responses

- `422` — Validation Error

---

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