Web API v1 : healthz - sosomasox/commpost-api GitHub Wiki

ヘルスチェック

ヘルスチェック機能

エンドポイントの形式

GET https://commpost.on-going.jp/api/v1/healthz

レスポンスの例

{
  "status": "ok"
}