General
The SiteGuard API lets you configure everything about your account and your sites.
Let's get started!
Learn about Authentication
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 accountPUT
can be used to update information on existing resources
Last updated
Was this helpful?