Sandbox
The Quippe sandbox site is a test environment that allows you to experiment with and test the Quippe APIs without having to setup anything locally in your development environment. If you have not already done so, you can sign up for credentials to access the sandbox site.
In addition to hosting the Quippe APIs, the sandbox site also contains several test patients that you can reference when trying out the APIs:
To use the APIs in the Quippe sandbox site, use https://quippe.medicomp.com/api as the root of your request URLs. For authentication, you can either use HTTP basic authentication and supply the credentials that you received when you signed up or use a JSON web token generated by a request to the /Quippe/Security/Token endpoint; see the authentication topic for details.