GET
/
version
curl --request GET \
  --url https://local.storage.local.nhost.run/v1/version \
  --header 'X-Hasura-Admin-Secret: <api-key>'
{
  "buildVersion": "<string>"
}

Authorizations

X-Hasura-Admin-Secret
string
header
required

Hasura Admin Secret

Response

200 - application/json
Return build information
buildVersion
string