v1

latestSwagger 2.0Apache 2.02026-07-17311564.3 KB
info

returns competition info

returns various information about the competition which are used to control competition

get/api/admin/statistics

Headers

Authorizationstring required

Bearer

Response

OK

aboutstring
ending_timestring
logo_urlstring
namestring
prizesstring
starting_timestring
timezonestring

Example response

{
  "about": "This is a CTF competition",
  "name": "fristonio",
  "prizes": "1st and 2nd place winners will get $10K"
}
All 31 operations