Skip to main content

Retrieve the software version

GET 

http://127.0.0.1:8080/version

Get the current version of the software running on the system.

Responses

A common JSON error response.

Schema

    error string

    A description of the error that occurred.

    details string

    Additional details about the error.

    code integer

    The error code.

curl -L 'http://127.0.0.1:8080/version'
Request Collapse all
Base URL
http://127.0.0.1:8080
ResponseClear

Click the Send API Request button above and see the response here!