System

Get system info

get

Get system information

Responses
200
System information
application/json
get
GET /api/system HTTP/1.1
Host: localhost:3000
Accept: */*
{
  "name": "Argon",
  "version": "1.0.0"
}

Was this helpful?