MCP Gateway
ApiSystem

Version Check

Check for newer version. Requires authentication.

GET
/api/v1/system/version-check

Authorization

User API Key
AuthorizationBearer <token>

User API key (mgw_usr_live_* or mgw_usr_test_*)

In: header

access_token?|

Response Body

application/json

application/json

curl -X GET "https://loading/api/v1/system/version-check"
{
  "current_version": "string",
  "latest_version": "",
  "update_available": false,
  "severity": "info",
  "release_notes_url": "string",
  "upgrade_command": "",
  "published_at": "string",
  "offline_mode": false
}
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string"
    }
  ]
}