Health

Check the status of the Masumi Registry Service API

/health

Get the status of the API server

get
Responses
200
Object with health and version information.
application/json
get
GET / HTTP/1.1
Host: health
Accept: */*
200

Object with health and version information.

{
  "data": {
    "type": "masumi-registry",
    "version": "0.1.2"
  },
  "status": "success"
}

Last updated

Was this helpful?