curl -X GET https://xmlagri.qcone.com/api/v1/organisations.xml --user :api_key
<?xml version="1.0" encoding="UTF-8"?> <organisations> <organisation> <id>1</id> <customerId>ABC123</customerId> <name>Name of the company</name> <countryCode>GB</countryCode> <isActive>false</isActive> </organisation> </organisations>