Skip to main content
Activates a HackGATE site and makes the proxy subdomain live. Researchers can connect via the hackgatedName subdomain immediately after the site is enabled. A Started event is written to the site’s activity log.

Request

Headers

string
required
Bearer token. Example: Bearer <token>

Path parameters

string
required
The UUID of the site to activate.

Errors

You cannot enable a site while isDeploymentProgress is true. Wait for deployment to complete before enabling.

Response

Returns the updated site object with isActive set to true.
string
required
Unique identifier for the site (UUID).
string
required
The origin URL being proxied.
string
required
The hackgate.io subdomain now accepting researcher traffic.
boolean
required
true after a successful enable request.
string
required
Organization ID that owns this site.
string
required
User ID of the account that created the site.
string
required
ISO 8601 timestamp of when the site was created.
boolean
required
Whether a custom researcher allowlist is enabled.
boolean
required
false for a site that can be enabled.
string
Scheduled activation date, if set. null otherwise.
string
Scheduled deactivation date, if set. null otherwise.
string
Test credentials for researchers. null if not configured.
string
Testing instructions for researchers. null if not configured.
string
Rate limiting rule string. null if not configured.
string
JSON-encoded block rules. null if not configured.

Example