General

The SiteGuard API lets you configure everything about your account and your sites.

Let's get started!

  1. Learn about Authentication

  2. Get your sites

API Endpoint

The SiteGuard API is available under https://siteguard.app/api

The API has different methods:

  • GET is used when you want to retrieve information (account info, sites, etc.)

  • POST is used for adding resources (sites, etc.)

  • DELETE will remove resources like sites from your account

  • PUT can be used to update information on existing resources

Last updated

Was this helpful?