Status

getStatus

get

This method returns the current status of the SPID Server services.

Responses
200

OK

*/*
get
GET /gbs-spid-server/status HTTP/1.1
Host: <ip>:8082
Accept: */*
{
  "data": {
    "psbioStatus": "INACTIVE",
    "spidxStatus": "INACTIVE",
    "gbdsStatus": "INACTIVE",
    "idnStatus": "INACTIVE"
  }
}