GET
/
version
Get service version information
curl --request GET \
  --url https://{subdomain}.storage.{region}.nhost.run/v1/version
{
  "buildVersion": "1.2.3"
}

Response

Version information successfully retrieved

Contains version information about the storage service.

buildVersion
string
required

The version number of the storage service build.

Example:

"1.2.3"