Sandbox

Overview of the Quippe sandbox site
View as Markdown

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:

IDNameAgeSex
150290Seymour Patients58yMale
222888William Atkins69yMale
164811Elsie Chen34yFemale
19016000Susie B. Goode17yFemale
19014000Precious Bundle18mMale

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.