Developer API

Build integrations with SiteGuard using our REST API and webhooks.

REST API

Programmatically manage sites, run health checks, and fetch reports. Authenticate with API keys.

GET /api/v1/sites

POST /api/v1/sites/:id/check

GET /api/v1/reports/:id

Full API documentation coming soon. Contact us for early access.

Webhooks

Receive real-time events when sites go down, alerts are triggered, or reports are generated.

  • • site.down — Site becomes unreachable
  • • alert.created — New alert triggered
  • • report.ready — Monthly report generated

Webhook configuration available in Settings. Coming soon.

Resources