Version API Reference¶
Table of contents
Introduction¶
The /v1/version
is a public endpoint that responds with the current server version in JSON format.
Endpoint¶
All requests are GET
requests to the /v1/version
endpoint.
API Spec¶
Request¶
GET /v1/version HTTP/1.1
Sample response¶
HTTP/1.1 200 OK
Content-Type: application/json
{
"version": "v1.0.0-alpha01"
}
Disabling Version API¶
The version
API endpoint is public and cannot be disabled.