---
title: "Health check endpoint"
method: GET
path: "/ping"
tags: ["Health"]
---

# Health check endpoint

`GET /ping`

Simple health check endpoint that returns "pong" when the service is running and healthy.
Used for monitoring and load balancer health checks.

## Response `200`

Service is healthy and responding

## Other responses

- `400` — Bad request
- `500` — Internal server error

---

[API](https://skmtc.net/decentraland/apis/realm-provider-api.md) · [All operations](https://skmtc.net/decentraland/apis/realm-provider-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/decentraland/realm-provider-api/revisions/d94e0e0f1821/schema)
