The following samples show how to get all Servers Information from our database and how to select a specific Server for your display purposes.
Please Note:
- When using our REST/JSON API you need to send the Method to be used and the Required Parameters as part of the URL.
- By default the output Content-Type is "text/html".
- If you want the output Content-Type to be "application/json", add the following to your URL: &content_type=json
| PHP - Using cURL GET - Sample Code |
|
| PHP - Using cURL POST - Sample Code |
|