Version

Retrieve application version.

get

Retrieve which version this application server is currently running.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Responses
chevron-right
200

Version information about the application

application/json
gitCommitShastringRequired

Git commit sha of the currently deployed version

Example: b6f4598bd465a397190ceb2ba4d1be5d7f0a9621
get
/version
200

Version information about the application

Last updated