API ReferenceServer API

Get API build version

Returns the current build version of the API server and environment reload timestamp.

GET
/v1/version

Response Body

application/json

curl -X GET "https://loading/v1/version"
{
  "property1": "string",
  "property2": "string"
}