Health
Service health and status endpoints (available in both Inbox and Processor services)
Returns health status of the service
Responses
200
Service health status
application/json
statusstringRequiredExample:
Service health status
oktimestampstring · 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