Get build version
GET
/v1/version
Returns the git commit, branch, and build time this API instance was built from. Use it to confirm a deployment is running the code you think it's running — handy right after a release, or when tracking down a version mismatch between environments.
Responses
OK
application/json
The build/version facts surfaced by GET /v1/version.
The git branch the build came from, or "unknown".
The UTC instant the assembly was built (ISO-8601), or null if unstamped.
The full git commit SHA the API was built from, or "unknown".
The hosting environment name (Development / Production / Testing / …).
The assembly's informational version (carries +sha when stamped).
The abbreviated (7-char) SHA, or "unknown".