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

Liveness probe

Confirm that the API process is available. 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/health"
Response
Default response
{
  "status": "ok"
}

Responses

200The service is runningapplication/json

On this page