เอกสาร MapScale
•••
อ้างอิง APIHealth และ contract
MapScale API
GET/v1/status

ตรวจสอบสถานะ dependency

endpoint ตรวจสถานะและ OpenAPI document แบบ public

LIVE API PLAYGROUND

เข้าสู่ระบบหรือสร้างบัญชี

ดำเนินการต่อเพื่อเรียก request จริงจากหน้า docs

ส่ง request นี้ไปยัง API จริงและแสดง response จริง

Request ที่เทียบเท่า
curl \
  "https://api.mapscale.io/v1/status"
Response
Response เริ่มต้น
{
  "status": "ok",
  "valhalla": "ok",
  "photon": "ok",
  "postgres": "ok"
}

Responses

200Aggregate status — 200 even when a dependency is down; check the bodyapplication/json

On this page