Platform API 3.0
/- Get Affected Libraries for a Zero-Day Event
Get all Zero-Day Events
Get Affected Libraries fo...
Returns a paginated list of publicly known affected packages (CVEs and their associated components) for a specific Zero-Day Event.
Note: This endpoint returns ecosystem-wide affected package data sourced from public vulnerability databases — it does not reflect findings from your organization's inventory or installed libraries.
Security
bearer-key
GET
curl -i -X GET \
'https://baseUrl/api/v3.0/orgs/{orgUuid}/dependencies/events/zeroday/550e8400-e29b-41d4-a716-446655440000/findings?limit=50&cursor=string&fromDate=2024-01-01&toDate=2024-12-31' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'OK
- totalItems: The total count of data points returned in an API response.
Example:
{ "totalItems": "422", "next": "http://someUrl?cursor=3", "cursor": 3 }
Response
{ "additionalData": { "totalItems": "422", "next": "http://someUrl?cursor=3", "cursor": 3 }, "supportToken": "1171c60d", "response": [ { … } ] }