Search Overlay

Verify the Service is Accessible

GET /hosted/monitor

This request verifies that the service is up and accessible from your network.

NOTE: The following examples assume that you have cURL installed. Other testing options include the browser-based REST API tools Postman and Advanced Rest Client.

If you are using UNIX and have python installed you can add the following to the end of the cURL examples to format (pretty print) the JSON responses from the API:
| python -m json.tool

Request Example

curl -X GET https://api.test.netbanx.com/hosted/monitor
                                

Response Example

{
"status" : "READY"
}

The system should respond with a status of "READY" if it is available.