Try Bifrost Enterprise free for 14 days. Explore now
cURL
curl --request GET \ --url http://localhost:8080/api/version
{ "version": "1.0.0", "commit": "<string>", "build_time": "<string>" }
Returns the current Bifrost version information.
Successful response
Version information
"1.0.0"
Was this page helpful?