Nurama Developers
Version

Get the latest git commit hash

Returns the latest git commit hash and build timestamp of the deployed application. Public — no authentication required. The commit is injected during the build process, so accurate values are only available on deployed builds.

GET
/version/commit

Returns the latest git commit hash and build timestamp of the deployed application. Public — no authentication required. The commit is injected during the build process, so accurate values are only available on deployed builds.

Response Body

application/json

curl -X GET "https://example.com/version/commit"
{  "buildCommit": "ab12cd34ef56gh78ij90kl [timeStamp]"}