If you've just come from creating a new developer account, welcome. You are ready to begin your project with the Healthx API. The easiest way to get started is to use one of our sample applications to get a head start as an example of how to allow a user authenticates with your application and you can begin making calls. Use the API in Just Three Steps
The Healthx API is RESTful, which means it is platform agnostic. However, one very quick way to get a proof of concept up and running is to use Google App Engine. This is the fastest way to begin to use the Healthx API.
MYDOMAIN = 'http://localhost:8080' |
Getting Started >