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

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

`POST /cna/cve-id`

## Query parameters

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

## Headers

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

## Response `200`

Reseved CVE IDs

- ReservedCveIdsResonseModel
  - `cve_ids` object[]
    - `cve_id` string — ^CVE-[0-9]{4}-[0-9]{4,}$
    - `cve_year` string — ^[0-9]{4}$
    - `owning_cna` string — The shortname for the organization that owns the CVE ID
    - `state` 'RESERVED' | 'PUBLISHED' | 'REJECTED'
    - `requested_by` object
      - `cna` string — The shortname for the organization of the user that requested the ID
      - `user` string — The username for the account that requested the ID
    - `reserved` string, date-time — The time the ID was reserved
  - `meta` object
    - `remaining_quota` integer

## Other responses

- `206` — Partially Reserved CVE IDs
- `400` — Bad Request
- `401` — Not Authenticated
- `403` — Forbidden
- `404` — Not Found
- `500` — Internal Server Error

---

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