{ "opencollection": "1.0.0", "info": { "name": "GreyNoise Callback CVE API", "version": "3.0.0" }, "request": { "auth": { "type": "apikey", "key": "key", "value": "{{key}}", "placement": "header" } }, "items": [ { "info": { "name": "CVE", "type": "folder" }, "items": [ { "info": { "name": "Retrieve CVE Information", "type": "http" }, "http": { "method": "GET", "url": "https://api.greynoise.io/v1/cve/:cve_id", "params": [ { "name": "cve_id", "value": "", "type": "path", "description": "The CVE ID to query (e.g., CVE-2024-12345)" } ] }, "docs": "Retrieve details about a specific Common Vulnerabilities and Exposures (CVE)." }, { "info": { "name": "Bulk CVE Lookup", "type": "http" }, "http": { "method": "POST", "url": "https://api.greynoise.io/v3/cves", "body": { "type": "json", "data": "{}" } }, "docs": "Retrieve information about multiple CVEs in a single request. Supports up to 10,000 CVEs per request.\n\nThis endpoint requires a business email address and appropriate entitlements.\nResponse type depends on user entitlements (minimal, basic, or advanced).\n" } ] } ], "bundled": true }