MapScale Docs
•••
API ReferenceHealth and contract
MapScale API
GET/v1/status

Check dependency status

Inspect API dependency readiness for operational monitoring. This endpoint is public.

LIVE API PLAYGROUND

Sign in or create an account

Continue to run live requests directly from the docs.

Sends this request to the live API and shows the real response.

Equivalent request
curl \
  "https://api.mapscale.io/v1/status"
Response
Default 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