curl.
Before you begin
You need three things before your first request:Run your first query
1
Set your credentials
Authorization as-is, with no Bearer prefix. Put your tenant domain in X-Tenant-ID.2
List the five most recent reports
3
Read the response
You get an array of reports and a pagination cursor:A report that is only suspected omits
verifiedAt:4
Get the next page
Pass the Repeat until
nextPageToken back as pageToken:nextPageToken comes back empty.Next steps
Pagination & sync
Turn this loop into a local mirror that stays current.
Package reports
Filter by ecosystem, verdict, and time, and fetch a single report.
Recipes
Mirror the feed, poll for new malicious packages, expand a campaign.
Connecting
Transport, headers, and JSON conventions in full.

