Skip to main content
GET
/
api
/
version
Get the deployed service version
curl --request GET \
  --url https://api.example.com/api/version \
  --header 'Authorization: Bearer <token>'
{
  "name": "unikorn-region-server",
  "version": "v1.16.7"
}

Authorizations

Authorization
string
header
required

Operation requires OAuth 2.0 bearer token authentication.

Response

Build version information for the running service.

Build version information for the running service, stamped into the binary at release time. Developer builds report version 0.0.0.

name
string
required

The service application name.

version
string
required

The service release version, e.g. v1.2.3.