---
title: "Retrieves information about the registry organization specified by short name or UUID (accessible to all registered users)"
method: GET
path: "/registry/org/{identifier}"
tags: ["Registry Organization"]
---

# Retrieves information about the registry organization specified by short name or UUID (accessible to all registered users)

`GET /registry/org/{identifier}`

<h2>Access Control</h2>  <p>All registered users can access this endpoint</p>  <h2>Expected Behavior</h2>  <p><b>Regular, CNA & Admin Users:</b> Retrieves registry organization record for the specified shortname or UUID if it is the user's organization</p>  <p><b>Secretariat:</b> Retrieves information about any registry organization</p>

## Path parameters

- `identifier` string, required

## Headers

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

## Response `200`

Returns the registry organization information

- GetRegistryOrgResponseJson — unresolved $ref

## Other responses

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

## Changes

- **2025-11-04** `26ede34bbf48` — 1 info
  - endpoint added
- **2025-10-14** `2c44a137d9b0` — 1 breaking
  - api path removed without deprecation
- **2025-09-19** `efebaec5edf0` — 1 warning
  - deleted the `query` request parameter `expand`

[Change history](https://skmtc.dev/cveproject/apis/cve-services-api/changes/registry/org/:identifier/get.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/2cdcaecb4385/schema)
