Skip to main content
GET
/
api
/
version
Get version
curl --request GET \
  --url https://api.example.com/api/version
"1.23.3"

Response

200 - text/plain

Agent version string

The response is of type string.

Example:

"1.23.3"