About API
Returns the platform version — no authentication required
Written By Erdinc Akay
Last updated About 2 months ago
Returns the current platform version. This endpoint does not require authentication and is available at all times, including before any users have logged in.
Endpoint
GET /api/aboutNo query parameters or request body.
Response
{ "version": "1.0.0+abc1234" }Fields
Notes
- The agent installer uses this endpoint to verify that the platform API URL is reachable before starting enrollment. A successful response confirms the URL is correct and the platform is running.
- The version string is also displayed as a tooltip on the sidebar logo and on the login page.