---
title: "Reserves CVE IDs for the organization provided in the short_name query parameter (accessible to CNAs and Secretariat)"
method: POST
path: "/cve-id"
tags: ["CVE ID"]
---

# Reserves CVE IDs for the organization provided in the short_name query parameter (accessible to CNAs and Secretariat)

`POST /cve-id`

<h2>Access Control</h2>  <p>User must belong to an organization with the <b>CNA</b> or <b>Secretariat</b> role</p>  <h2>Expected Behavior</h2>  <p><b>CNA:</b> Reserves CVE IDs for the CNA</p>  <p><b>Secretariat:</b> Reserves CVE IDs for any organization</p>

## Query parameters

- `amount` integer, required
- `batch_type` 'sequential' | 'non-sequential' | 'nonsequential'
- `cve_year` integer, required
- `short_name` string, required

## Headers

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

## Response `200`

A list of the newly reserved CVE IDs

- CreateCveIdsResponseJson — unresolved $ref

## Other responses

- `206` — A partial list of the CVE IDs the IDR service managed to reserve before encountering a case where no more CVE IDs could be reserved
- `400` — Bad Request
- `401` — Not Authenticated
- `403` — Forbidden
- `404` — Not Found
- `500` — Internal Server Error

---

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