GET /info
Provides general information about the API.
Request
GET /api/v2025.0/info
Possible responses
HTTP 200 - Information about the API status
{
"status": "ok"
} HTTP 401 - Unauthorized
{
"error": "Unauthorized"
}