XPipe LogoXPipe Documentation

Query daemon version

Retrieves version information from the daemon

POST
/daemon/version

Authorization

bearerAuth
AuthorizationBearer <token>

The bearer token used is the session token that you receive from the handshake exchange.

In: header

Response Body

application/json

application/json

application/json

curl -X POST "http://localhost:21721/daemon/version"
{
  "version": "string",
  "canonicalVersion": "string",
  "buildVersion": "string",
  "jvmVersion": "string",
  "pro": true
}
{
  "message": "string"
}
Empty
Empty
{
  "error": {
    "cause": {},
    "stackTrace": [],
    "suppressed": [],
    "localizedMessage": "string",
    "message": "string"
  }
}