Sandbox testing environment

The Lipperhey API sandbox is a testing environment that works the same way as the real API, except that nothing is carried out. The sandbox allows you to test your entire Lipperhey integration before submitting methods to the live API environment.

By replacing your API key with the word 'sandbox' your call will be executed in the sandbox. If there are any errors in your call you will recieve an error. This way you can always test your applications before running it in the live enviroment.

A few examples of how you can use the sandbox:

You can recognize a sandbox response by the warning that is on the first lines of the response.

<!--Lipperhey API Response-->
<!--WARNING:
You are using the Lipperhey API in sandbox mode.
Results are for testing purposes only and will not be stored.
-->
<response queries="6" time="15 ms" calls-left="9985">
    <error/>
    <websites offset="0" results="1">
        <website domain="lipperhey.com" timestamp="2009-07-07 10:54:21">
            <id>1653860</id>
            <key />
        </website>
    </websites>
    <users/>
</response>