UDL Server Information

GET /api/serverInfo

Retrieve basic UDL server status and configuration

Responses

  • 200 application/json

    Server details

    Hide response attributes Show response attributes object
    • version string
    • commit string
    • branch string
    • name string
    • url string(uri)
    • cors integer
    • startTime integer
GET /api/serverInfo
curl \
 -X GET https://udl.rocord.dev/api/serverInfo
Response examples (200)
{
  "version": "string",
  "commit": "string",
  "branch": "string",
  "name": "string",
  "url": "https://example.com",
  "cors": 42,
  "startTime": 42
}