GET member_services/Diagnostics

This method provides basic diagnostic information describing the current state of the API and confirms that required settings have been configured in Centaman. No credentials are required to access this endpoint.

Return Codes:

OK - Request satisfied, data included in body.

Response Information

Response body formats

application/json, text/json

Sample:
{
  "ready": true,
  "databaseConnection": "sample string 2",
  "APINodeNumber": "sample string 3",
  "tenderType": "sample string 4",
  "credentialsSet": "sample string 5",
  "siteCodeSet": "sample string 6"
}