XPipe LogoXPipe Documentation

Query daemon version

Retrieves version information from the daemon

POST
/daemon/version

Authorization

AuthorizationRequiredBearer <token>

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

In: header

curl -X POST "http://localhost:21721/daemon/version" \
  -H "Authorization: Bearer <token>"

The operation was successful

{
  "version": "string",
  "canonicalVersion": "string",
  "buildVersion": "string",
  "jvmVersion": "string",
  "pro": true
}