Skip to main content

Service Status API

This method is used to check whether the service is reachable.

Endpoint​

GET https://mg.mescogo.com/gw/api/service/Status
PropertyValue
URIBaseURL/api/service/Status
MethodGET
Content-Typeapplication/json

Request Parameters​

No request body or query parameter is required.

Example Response​

{
"ResultType": "1",
"Result": true,
"ResultMessage": "Service is running."
}