Skip to content
OpenPostDocs
OpenPostDocs
System

Running version

Returns the public release and source revision currently serving requests.

GET/version

Response Body

application/json

application/problem+json

curl -X GET "https://example.com/version"
{  "$schema": "https://example.com/api/v1/schemas/Get-running-versionResponse.json",  "edition": "string",  "revision": "string",  "version": "string"}