Version API Reference
Introduction
The latest version of the v2.X.X API is available at the path /api/v2/
. Old minor and patch versions are not accessible.
Endpoint
All requests are GET
requests to the /api/v2/
endpoint.
API Spec
Request
GET /api/v2/ HTTP/1.1
Sample response
HTTP/1.1 200 OK
Content-Type: application/json
{
"server_type": "ce",
"version": "v1.0.0-alpha01"
}