---
title: "Create Portfolio"
method: POST
path: "/api/platform/scopes/portfolios"
tags: ["platform"]
---

# Create Portfolio

`POST /api/platform/scopes/portfolios`

## Request body

- PortfolioCreateRequest
  - `id` string, required
  - `name` string, required
  - `segment` string, required

## Response `201`

Successful Response

- PortfolioSummary
  - `id` string, required
  - `name` string, required
  - `segment` string, required
  - `accountCount` integer
  - `fgaSyncStatus` string, required
  - `fgaLastError` string, nullable
  - `fgaLastReconciledAt` string, date-time, nullable
  - `createdAt` string, date-time, nullable
  - `updatedAt` string, date-time, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/gocrisp/apis/crisp-app-dock.md) · [All operations](https://skmtc.dev/gocrisp/apis/crisp-app-dock/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/gocrisp/crisp-app-dock/revisions/e56bd3c1a9db/schema)
