---
title: "Creates a new review object (accessible to Secretariat only)"
method: POST
path: "/review/org/"
tags: ["Review Object"]
---

# Creates a new review object (accessible to Secretariat only)

`POST /review/org/`

<h2>Access Control</h2>  <p>User must belong to an organization with the <b>Secretariat</b> role</p>

## Headers

- `CVE-API-ORG` string, required
- `CVE-API-USER` string, required
- `CVE-API-KEY` string, required

## Request body

- object — The review object data

## Response `200`

Returns the created review object

- ReviewJson — unresolved $ref

## Other responses

- `400` — Bad Request
- `401` — Not Authenticated
- `403` — Forbidden
- `500` — Internal Server Error

## Changes

- **2026-02-13** `e06c9c895446` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/cveproject/apis/cve-services-api/changes/review/org/post.md)

---

[API](https://skmtc.dev/cveproject/apis/cve-services-api.md) · [All operations](https://skmtc.dev/cveproject/apis/cve-services-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/cveproject/cve-services-api/revisions/ff9dd2de3002/schema)
