/
HA
hackgate
/
HackGATE Admin API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 16h ago · Updated 2w ago
Details
Filter operations
Account
2
Analytics
13
Billing
2
Health
1
Organization
1
PIE
2
ProjectItems
4
Projects
4
Sites
25
get
/api/sites
post
/api/sites
get
/api/sites/{id}
get
/api/sites/{id}/usage
put
/api/sites/{id}/activation
post
/api/sites/{id}/health-checks
post
/api/sites/{id}/deployments
get
/api/sites/{id}/hackers
post
/api/sites/{id}/hackers
get
/api/sites/{id}/api-definitions/active
get
/api/sites/{id}/logs
delete
/api/sites/{id}/hackers/{hackerId}
get
/api/sites/{id}/hacker-validation
put
/api/sites/{id}/hacker-access-policy
put
/api/sites/{id}/rate-limit
put
/api/sites/{id}/basic-authentication
put
/api/sites/{id}/origin-rewrite
patch
/api/sites/{id}/schedule
put
/api/sites/{id}/instructions
put
/api/sites/{id}/credentials
get
/api/sites/{id}/api-definitions
post
/api/sites/{id}/api-definitions
get
/api/sites/filter-options
get
/api/sites/{id}/blocklist
put
/api/sites/{id}/blocklist
Sites
patch
/api/sites/{id}/schedule
Path parameters
id
string
required
Request body
SiteScheduleRequest
required
startDate
string
date-time
nullable
stopDate
string
date-time
nullable
Response
OK
Site
required
id
string
nullable
originName
string
nullable
customOrigin
string
nullable
hackgatedName
string
nullable
isActive
boolean
orgId
string
nullable
cretedByUserId
string
nullable
creationdDate
string
date-time
hasCustomList
boolean
isDeploymentProgress
boolean
startDate
string
date-time
stopDate
string
date-time
credentials
string
nullable
instructions
string
nullable
rateLimit
string
nullable
blockList
string
nullable
basicAuthenticationEnabled
boolean
Changes