> For clean Markdown of any page, append .md to the page URL.
> For a complete documentation index, see https://docs.itential.com/llms.txt.
> For AI client integration (Claude Code, Cursor, etc.), connect to the MCP server at https://docs.itential.com/_mcp/server.

# Itential Platform 2023.2 API introduction

> REST API reference for Itential Platform 2023.2, built on OpenAPI 3.1.0.

The Itential Platform API uses OpenAPI 3.1.0 specifications and supports Basic Authentication and OAuth 2.0 to authenticate requests. This reference documents available APIs for Platform 23.2, including HTTP response codes that indicate success or failure. Platform 23.2 APIs use standard HTTP verbs to perform CRUD operations.

---

## Ports and base path

| Setting    | Default value |
| ---------- | ------------- |
| HTTP port  | `3000`        |
| HTTPS port | `3443`        |
| Host       | `127.0.0.1`   |
| Base path  | `/`           |

Both IPv4 and IPv6 are supported.