Skip to main content
GET
/
version
Get service version
curl --request GET \
  --url https://{subdomain}.auth.{region}.nhost.run/v1/version
{
  "version": "1.2.3"
}

Response

Version information successfully retrieved

version
string
required

The version of the authentication service

Example:

"1.2.3"

I