---
title: "For developers & API | Guardian360"
description: "Bring Guardian360 into your own tools and workflows. Pull findings through the Lighthouse API, and start with a free Quickscan you can run from your own code."
url: https://guardian360.net/platform/for-developers/
locale: en
source: guardian360.net
---
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.

[Start free trial](https://guardian360.net/free-trial)[Browse the repos](https://github.com/guardian360)

*~/lighthouse, bash*

```
$ 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 Inventory`
- `Assets`Operations on assets.
- `Unified Assets`
- `Scanobjects`Operations on scan objects.
- `Scanobject Processing`
- `Scanobject Exclusion`Operations on scan object exclusions.

### Scanning

- `Scanning`
- `Scan Flow`
- `Scan Management`
- `Scan Schedules`Manage scan schedules.
- `Scanner Exclusions`Operations on scanner exclusions.
- `Scannerplatforms`Lists of scanner platforms.
- `Probes`Operations on Probes.

### Findings & compliance

- `Findings`
- `Issues`Operations on issues.
- `Nonconformities`Display nonconformities.
- `Norms`Overview of norms.

### Hacker Alerts

- `Hacker Alerts`Operations on Hacker Alerts.
- `Hacker Alert Appliances`
- `Hacker Alert Exclusions`Operations on Hacker Alert exclusions.

### Organisation, contacts & access

- `Companies`Operations on companies.
- `Contacts`Operations on contacts.
- `Contracts`Operations on contracts.
- `Hierarchy`
- `CSV Import`Bulk CSV import of contacts and scan objects.
- `OAuth`Operations on OAuth clients.
- `Passkeys`
- `Auth Federation`
- `User Audit Trail`Overview of user activity log entries.

### Reporting & widgets

- `Report Templates`Tenant-scoped report-template definitions for the Custom Reports feature.
- `Report Sources`
- `Report Assets`Binary file store for Custom Reports (partner logos).
- `Widget Definitions`Per-tenant custom widget library for the Reports feature.
- `Atom Definitions`Reports atom registry.
- `Statistics`Endpoints that return data to feed graphs.

These endpoints are updated continuously. The always up-to-date reference lives in the Lighthouse platform: [Lighthouse API documentation](https://lighthouse.guardian360.nl/documentation/api).

Open source

## Clients & tools on GitHub

Start from our public repositories, or browse them all on [github.com/guardian360](https://github.com/guardian360).

[go-lighthouseGoLighthouse API client written in Go.View on GitHub →](https://github.com/guardian360/go-lighthouse)[quickscan-php-clientPHPGuardian360 Quickscan API client written in PHP.View on GitHub →](https://github.com/guardian360/quickscan-php-client)[quickscan-wp-pluginPHPRun a Quickscan from your WordPress site through the Quickscan API.View on GitHub →](https://github.com/guardian360/quickscan-wp-plugin)[InfoSec-AgentGoOpen-source app for insight into the privacy and security of Windows devices.View on GitHub →](https://github.com/guardian360/InfoSec-Agent)

## Get a token and start building

Start a free trial, or talk to a partner. Guardian360 is delivered exclusively through our partners.

[Start free trial](https://guardian360.net/free-trial)[Run a free Quickscan](https://guardian360.net/quickscan)
