Health

Check the status of the Masumi Payment Service API

/health

Get the status of the API server

get
Responses
200
Object with status ok, if the server is running
application/json
get
GET / HTTP/1.1
Host: health
Accept: */*
200

Object with status ok, if the server is running

{
  "status": "ok"
}

Last updated

Was this helpful?