version

Agent Server REST API

version

GET http://dev.whitehat.co.kr/agent/v1/version

API that can search the Agent Server version information

Headers

Name
Type
Description

X-AGENT-API-TOKEN

string

required token for searching the Agent API (issuing console)

{
  "code": 200,
  "message": "Success",
  "version": "1.0.0"
}

Last updated