> 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.

# Help and Status API endpoints removed

> Breaking change notice that the GET /help/api/json and GET /status API endpoints have been removed in 2023.2 and replaced with OpenAPI-compliant alternatives.

## Breaking change notices

## Help API removed

All dynamic and non-dynamic API endpoints within Itential Platform are now fully compliant with OpenAPI 3.0 specifications. The `GET /help/api/json` endpoint that supported in-app API documentation has been removed and replaced with `GET /help/openapi`.

| Item                 | Description                             | Deprecation release | Removal release | Replacement         |
| -------------------- | --------------------------------------- | ------------------- | --------------- | ------------------- |
| `GET /help/api/json` | Displays the Help UI within the system. | 2023.1              | 2023.2          | `GET /help/openapi` |

### What should I do?

Update all API keys and HTTP/HTTPS clients to use the new `help/openapi` specification.

## Status API removed

The `GET /status` API has been removed and replaced with `/health/status`, which reports the health of all apps and adapters.

| Item          | Description                                     | Deprecation release | Removal release | Replacement          |
| ------------- | ----------------------------------------------- | ------------------- | --------------- | -------------------- |
| `GET /status` | Reports on the status of the system at startup. | 2023.1              | 2023.2          | `GET /health/status` |

### What should I do?

Review any custom apps and adapters that reference the `/status` API and update them to use `/health/status`.