API Resource: System
The 'System' resource returns information about the Getflix system.
<strong>GET v1/system.json</strong>
Returns an object containing system information.
Return Data
{<br> "client_ip": <ipAddress>,<br> "server_ip": <ipAddress><br>}
<strong>Example Usage</strong>
<code>curl -u <api_key>:x -X GET https://www.getflix.com.au/api/v1/system.json
<code>{<br> "client_ip": "1.2.3.4",<br> "server_ip": "5.6.7.8"<br>}