Agent > Service Status

get

Returns all the information needed to see the status of the services running

Responses
200Success
application/json
get
GET /api/v1/agent/service/status HTTP/1.1
Host: {ISSUER_API_BASE_URL}
Accept: */*
{
  "state": "starting",
  "did": {
    "did": "did:bsv:1234",
    "ready": true,
    "controller": "https://did.identity.controller.com/",
    "resolver": "https://did.identity.resolver.com/"
  },
  "started": "2011-10-05T14:48:00.000Z",
  "timestamp": "2011-10-05T14:48:00.000Z",
  "version": {
    "version": "v1.1.0",
    "commit": "4bfccdd063f6d21d34beba1c48eb6e82170d99f0",
    "development": true,
    "buildTime": "2011-10-05T14:48:00.000Z"
  }
}