Developer Services

Here is a growing list of available developer API services we have deployed.

OAuth

Data APIs

System APIs


Notes:
  • API request URLs follow the format: http://{server}/api/{service}/{format}/{uri-template}?{parameters}
  • Each API can respond with either XML or JSON, with XML being default.
  • If you would like the response to return JSON then you will have to add it to your request URL
    • https://secure.healthx.com/api/eligibilityv1/admin/getbyid/{eligid}
      • Returns XML
    • https://secure.healthx.com/api/eligibilityv1/JSON/admin/getbyid/{eligid}
      • Returns JSON


Comments