Search hostbill database for clients, services, domains and tickets.
GET http://url_to_your_hostbill.com/admin/api.php?token=:TOKEN&call=search&query=:QUERY
{ "success": true, "results": { "Clients": [ { "id": "27", "firstname": "John", "lastname": "Doe", "email": "[email protected]", "companyname": "", "ip": "192.168.56.1" } ], "Domains": [ ], "Accounts": [ { "id": "91", "firstname": "John", "lastname": "Doe", "username": "hb_client_27_5", "domain": "testhostbill" } ], "Tickets": [ { "ticket_number": "208032", "subject": "test", "id": "2", "name": "John Doe", "email": "[email protected]" } ], "Invoices": false, "Estimates": [ ], "Transactions": [ ], "Orders": [ { "id": "105", "number": "1650966735", "firstname": "John", "lastname": "Doe", "date_created": "2016-02-24 04:53:59", "status": "Pending" } ], "RecurringInvoices": false }, "call": "search", "server_time": 1460986923 }