latestOpenAPI 3.0.2raw.githubusercontent.com2026-08-10560268.5 KB

37d9d2a0b112

Registry Organization

Retrieves information about the registry organization specified by short name or UUID (accessible to same-organization users or Secretariat)

<h2>Access Control</h2> <p>Authenticated users can access this endpoint only for their own organization. Secretariat users can access any organization.</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>
get/registry/org/{identifier}

Path parameters

identifierstring required

The shortname or UUID of the registry organization

Query parameters

typestring
enumstring[]

Optional expanded related data. Accepted value: users.

{
  "type": "string",
  "enum": [
    "users"
  ]
}

Headers

CVE-API-ORGstring required

The shortname for the organization associated with the user requesting authentication

CVE-API-USERstring required

The username for the account making the request

CVE-API-KEYstring required

The user's API key

Response

Returns the registry organization information

GetRegistryOrgResponseJson required— unresolved $ref