Here, viewServiceAvailability() creates a GET request to /heartbeat
This endpoint returns the current status of the API.
MMClient mmClient = new MMClient("<Place your consumer key>", "<Place your consumer secret>", "<Place your API key>");
ServiceAvailability serviceAvailability = mmClient.addRequest(new AccountLinkingRequest()).viewServiceAvailability();{
"serviceStatus": "available"
}