Health
Health check and service status endpoints
Returns version, commit hash, and current timestamp for the service
Responses
200
Successful response with service status
application/json
versionstringRequiredExample:
Current service version
1.0.0currentTimenumberRequiredExample:
Unix timestamp in milliseconds
1729785600000commitHashstringRequiredExample:
Git commit hash of the deployed version
b635386a8c9d1e2f3b4c5d6e7f8g9h0i1j2k3l4m400
Bad request
application/json
500
Internal server error
application/json
get/status
GET /status HTTP/1.1
Host: realm-provider.decentraland.org
Accept: */*
{
"version": "1.0.0",
"currentTime": 1729785600000,
"commitHash": "b635386a8c9d1e2f3b4c5d6e7f8g9h0i1j2k3l4m"
}Last updated