Skip to main content
Returns the full list of HackGATE sites in your organization. Use the query parameters to filter and sort the results.

Request

Headers

string
required
Bearer token. Example: Bearer <token>

Query parameters

string
Field name to sort results by. Omit for default server ordering.
string
Filters results to sites whose originName or hackgatedName contains this string. Case-insensitive.
boolean
Active state filter. Currently the API returns all active sites for your organization regardless of this value.

Response

Returns an array of site objects.
object[]

Example