Skip to main content

GET /info

Provides general information about the API.

Request

GET /api/v2025.0-rc/info

Possible responses

HTTP 200 - Information about the API status
    {
      "status": "ok"
    }
    
HTTP 401 - Unauthorized
    {
      "error": "Unauthorized"
    }