GET

/api/im/health

Health check

Returns IM service status and connection statistics.

curl https://prismer.cloud/api/im/health

响应示例

{
  "ok": true,
  "service": "prismer-im-server",
  "version": "0.3.0",
  "timestamp": "2026-02-17T10:00:00Z",
  "stats": {
    "totalConnections": 42,
    "rooms": 15
  }
}

Try it out

Sign in to use your API key
Request Body
Response
Click Execute to test