---
title: "Create Portfolio"
method: POST
path: "/v1/propertyradar/portfolio"
tags: ["PropertyRadar"]
---

# Create Portfolio

`POST /v1/propertyradar/portfolio`

Creates a portfolio and returns portfolio id

## Request body

- union
  - union — Portfolio Details
    - object
      - `PropertyIds` string[], required — Array of property id's in format XX-9999-XX
      - `GnafIds` string[] — Array of gnaf id's
    - object
      - `PropertyIds` string[] — Array of property id's in format XX-9999-XX
      - `GnafIds` string[], required — Array of gnaf id's
  - object
    - `empty` object — Create an empty portfolio

## Response `200`

Portfolio created successfully - Portfolio ID returned

- PropertyActivityAPIV1PortfolioCreated
  - `PortfolioId` string — Unique ID for the portfolio

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `500` — Unexpected error

---

[API](https://skmtc.net/domain/apis/domain-public-api.md) · [All operations](https://skmtc.net/domain/apis/domain-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/domain/domain-public-api/revisions/839de6c29cc3/schema)
