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