Skip to main content
GET
/
Get system information
curl --request GET \
  --url http://localhost:3000/
{
  "name": "<string>",
  "version": "<string>",
  "status": "<string>",
  "timestamp": "2023-11-07T05:31:56Z",
  "node": {},
  "endpoints": {}
}

Response

200 - application/json

System information

name
string
version
string
status
string
timestamp
string<date-time>
node
object
endpoints
object