Skip to main content
GET
/
version
Service version
curl --request GET \
  --url http://localhost:9002/version
{
  "service": "authn-svc",
  "version": "1.0.0",
  "status": "running"
}

Response

200 - application/json

Version information

service
string
Example:

"authn-svc"

version
string
Example:

"1.0.0"

status
string
Example:

"running"