---
title: "Check API connection"
method: GET
path: "/"
tags: ["API Info"]
---

# Check API connection

`GET /`

Returns basic API information. Does not require authentication.

## Response `200`

API is available

- object
  - `description` string
  - `version` string
  - `build` string

## Changes

- **2026-01-30** `32f48ec94aec` — 6 info
  - api operation id `getServerInfo` removed and replaced with `getRootInfo`
  - api tag `API Info` added
  - api tag `Authentication` removed
  - added the optional property `build` to the response with the `200` status
  - …2 more
- **2023-02-28** `910d3ad08e09` — 1 info
  - api operation id `getServerInfo` was added
- **2023-02-23** `9c09a2aad349` — 3 warning, 3 info
  - removed the optional property `build` from the response with the `200` status
  - removed the optional property `description` from the response with the `200` status
  - removed the optional property `version` from the response with the `200` status
  - api operation id `getRootInfo` removed and replaced with ``
  - …2 more

[Change history](https://skmtc.dev/netxms/apis/netxms-rest-api/changes/get.md)

---

[API](https://skmtc.dev/netxms/apis/netxms-rest-api.md) · [All operations](https://skmtc.dev/netxms/apis/netxms-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/netxms/netxms-rest-api/revisions/04789afedcb3/schema)
