For the complete documentation index, see llms.txt. This page is also available as Markdown.

Health

Service health and status endpoints (available in both Inbox and Processor services)

Get service health status

get
/status

Returns health status of the service

Responses
200

Service health status

application/json
statusstringRequired

Service health status

Example: ok
timestampstring · date-timeOptional

Status timestamp

get/status
GET /status HTTP/1.1
Host: notifications.decentraland.org
Accept: */*
200

Service health status

{
  "status": "ok",
  "timestamp": "2026-01-01T00:00:00.000Z"
}

Last updated