Retrieve all networks available on Aimtoget using this endpoint.
{ "status": "ok", "msg": "Networks retrieved successfully", "data": { "networks": [ { "id": "1", "name": "MTN", "charges": "23", "fundable": "1", "added_date": "2018-06-12 17:23:35", "note": "...", "image": "http://aimtoget.oo/assets/images/network-icons/MTN.png" }, { "id": "2", "name": "Airtel", "charges": "25", "fundable": "1", "added_date": "2018-06-12 17:24:05", "note": "", "image": "http://aimtoget.oo/assets/images/network-icons/AIRTEL.png" }, { "id": "3", "name": "9mobile", "charges": "25", "fundable": "1", "added_date": "2018-06-12 17:24:17", "note": "", "image": "http://aimtoget.oo/assets/images/network-icons/9MOBILE.png" }, { "id": "4", "name": "GLO", "charges": "25", "fundable": "1", "added_date": "2018-06-12 17:24:26", "note": "", "image": "http://aimtoget.oo/assets/images/network-icons/GLO.png" } ] } }