Skip to main content

GET /info

Warning The v2026.0 version is currently available for testing in the sandbox environment only. It is not yet available in production.

Provides general information about the API.

Request

GET /api/v2026.0/info

Possible responses

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