Skip to main content
GET
Get Advisory by ID

Authorizations

Authorization
string
header
required

Bearer token obtained by authenticating with your organization's service account credentials (client_id and client_secret).

See the Getting started page for the full authentication flow.

Path Parameters

advisory_id
string
required

The advisory identifier.

Minimum string length: 1
Example:

"CVE-2021-41217"

Response

The requested advisory. The example is abbreviated: purls entries are trimmed, and representations.nvdv2 contains the advisory's complete NVD 2.0 document.

advisory_id
string
required

The unique identifier for this advisory, typically a CVE ID.

Example:

"CVE-2021-41217"

canonical
object
required

The normalized, format-independent representation of an advisory.

representations
object
required

Contains the advisory data in one or more format-specific representations (for example, nvdv2).