SNA
エンドポイントリファレンス

Health check

SNA サーバが稼働しているか確認します。

GET
/health

レスポンス本文

application/json

curl -X GET "https://example.com/health"
{
  "ok": true,
  "name": "sna",
  "version": "string"
}