Health
Returns the current status of the service including version information, current timestamp, and commit hash. No authentication required.
Responses
200
Status retrieved successfully
application/json
versionstringRequired
Current version of the service
currentTimeinteger · int64Required
Current timestamp in milliseconds
commitHashstringRequired
Git commit hash of the current deployment
400
Bad request
application/json
500
Internal server error
application/json
get/status
GET /status HTTP/1.1
Host: comms-gatekeeper.decentraland.org
Accept: */*
{
"version": "text",
"currentTime": 1,
"commitHash": "text"
}Last updated