For developers & API
Built by people who break software for a living.
Bring Guardian360 into your own tools and workflows. Pull findings through the API, and start with a free Quickscan you can run from your own code.
$ curl -H "Authorization: Bearer $G360_TOKEN" \
https://lighthouse.guardian360.nl/api/v1/issues
{
"data": [
{ "id": 4821, "severity": "high",
"title": "TLS 1.0 still enabled",
"control": "A.8.24", "framework": "ISO 27001" },
{ "id": 4822, "severity": "medium",
"title": "Missing Content-Security-Policy",
"control": "A.8.26", "framework": "ISO 27001" }
],
"meta": { "total": 2, "tenant": "acme-bv" }
}What you can build with
What you can build with the API
- API access to your scan results and findings, to feed your own dashboards, ticketing or SIEM
- A free Quickscan to get a first picture of an environment fast
- An open-source Quickscan PHP client on GitHub to integrate quickly
- Multi-tenant by design, so partners can automate across customers
No lock-in
A layer on top of your stack, not another silo
Guardian360 is a layer on top of your stack, not another silo. Use the API to pull findings into the tools your team already works in, and start from the open-source Quickscan client.
Lighthouse API
What the API covers
A top-level map of the endpoints you can build on — everything you see in the platform is reachable through the API.
Assets & scan objects
Asset InventoryAssetsOperations on assets.Unified AssetsScanobjectsOperations on scan objects.Scanobject ProcessingScanobject ExclusionOperations on scan object exclusions.
Scanning
ScanningScan FlowScan ManagementScan SchedulesManage scan schedules.Scanner ExclusionsOperations on scanner exclusions.ScannerplatformsLists of scanner platforms.ProbesOperations on Probes.
Findings & compliance
FindingsIssuesOperations on issues.NonconformitiesDisplay nonconformities.NormsOverview of norms.
Hacker Alerts
Hacker AlertsOperations on Hacker Alerts.Hacker Alert AppliancesHacker Alert ExclusionsOperations on Hacker Alert exclusions.
Organisation, contacts & access
CompaniesOperations on companies.ContactsOperations on contacts.ContractsOperations on contracts.HierarchyCSV ImportBulk CSV import of contacts and scan objects.OAuthOperations on OAuth clients.PasskeysAuth FederationUser Audit TrailOverview of user activity log entries.
Reporting & widgets
Report TemplatesTenant-scoped report-template definitions for the Custom Reports feature.Report SourcesReport AssetsBinary file store for Custom Reports (partner logos).Widget DefinitionsPer-tenant custom widget library for the Reports feature.Atom DefinitionsReports atom registry.StatisticsEndpoints that return data to feed graphs.
These endpoints are updated continuously. The always up-to-date reference lives in the knowledge base inside the Lighthouse platform: Lighthouse knowledge base.
Open source
Clients & tools on GitHub
Start from our public repositories, or browse them all on github.com/guardian360.
go-lighthouse
GoLighthouse API client written in Go.
View on GitHub →quickscan-php-client
PHPGuardian360 Quickscan API client written in PHP.
View on GitHub →quickscan-wp-plugin
PHPRun a Quickscan from your WordPress site through the Quickscan API.
View on GitHub →InfoSec-Agent
GoOpen-source app for insight into the privacy and security of Windows devices.
View on GitHub →Get a token and start building
Start a free trial, or talk to a partner. Guardian360 is delivered exclusively through our partners.