Great News! To offer you an even better invoicing experience, Invoice Machine is officially joining invoicely on June 22nd, 2019.
Please make sure to switch to invoicely as soon as possible to continue using our platform.
This method let you get all clients.
You call this method with the following URL:
http://machine_id.invoicemachine.com/api/client.getall
Parameters are the data you will pass with the call.
Your secret identifier. You find your API Token under Account Overview in the Account section.
Rules: Required
This is the result that will be passed back to you when you have sent a call.
<?xml version="1.0" encoding="utf-8"?>
<method request="client.getall">
<client>
<id>204608</id>
<name>Sample Contact 2</name>
<email>[email protected]</email>
<company>Sample Company 2, Inc.</company>
<address_line_01>35181 Invoice Street</address_line_01>
<address_line_02></address_line_02>
<city>Invoice City</city>
<zip_code>92329</zip_code>
<state>CA</state>
<country>United States</country>
<tax_id></tax_id>
</client>
<client>
<id>204607</id>
<name>Sample Contact 1</name>
<email>[email protected]</email>
<company>Sample Company 1, Inc.</company>
<address_line_01>35181 Invoice Street</address_line_01>
<address_line_02></address_line_02>
<city>Invoice City</city>
<zip_code>92329</zip_code>
<state>CA</state>
<country>United States</country>
<tax_id></tax_id>
</client>
</method>
Success: No clients where found.
The call was successful but no clients where found.
Error: No data passed.
No data was passed to the method.
Error: API Token is invalid.
The API Token parameter is missing or is incorrectly entered.
The example below is strictly a demonstration of the method and it's parameters. Methods should never be posted from a HTML form. They should be posted directly from your server script.
<form action="http://machine_id.invoicemachine.com/api/client.getall" method="post">
<input type="hidden" name="api_token" value="c86cea54c71sbb05a5f8297bed641944">
</form>
We're a small company located in the deep spruce forest of Sweden. We build useful web applications with focus on usability and user interface.
Copyright The Invoice Machine 2007-2020. All Rights Reserved.
The Invoice Machine is a service of Bombia AB (Inc).
"I've just signed up for The Invoice Machine and just had to tell you I'm absolutely blown away. In fact, I feel quite giddy after using it, I'm so impressed! Fast, slick, easy and intuitive."
Read what our customers are sayingThe Invoice Machine has a powerful API, hook up your application or check out the Extras.