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

System

System status and health operations

Get system status

get
/api/status

Retrieve the current system status and maintenance information

Responses
200

System status

application/json
okbooleanOptionalExample: true
get/api/status
GET /api/status HTTP/1.1
Host: rewards.decentraland.org
Accept: */*
{
  "ok": true,
  "data": {
    "maintenance": false
  }
}

Last updated