cURL
curl --request GET \ --url https://{subdomain}.auth.{region}.nhost.run/v1/version
{ "version": "1.2.3" }
Retrieves build and version information about the storage service. Useful for monitoring and debugging.
Version information successfully retrieved
The version of the authentication service
"1.2.3"
Was this page helpful?