Back to Graphql Engine

Version API Reference

docs/docs/api-reference/version.mdx

2.50.0526 B
Original Source

Version API Reference

Introduction

The /v1/version is a public endpoint that responds with the server type and current server version in JSON format.

Endpoint

All requests are GET requests to the /v1/version endpoint.

API Spec

Request

http
GET /v1/version HTTP/1.1

Sample response

http
HTTP/1.1 200 OK
Content-Type: application/json

{
  "server_type": "ce",
  "version": "v1.0.0-alpha01"
}

Disabling Version API

The version API endpoint is public and cannot be disabled.