Access Change Healthcare API
API URLs
You can access all Change Healthcare APIs using the following URLs. You will have a separate set of credentials for each URL:
- one set for the sandbox environment
- one set for production environment
Sandbox environment
https://sandbox.apigw.changehealthcare.com
This is a testbed where you can test our API capabilities.
- Sandbox predefined fields and values
- Eligibility sandbox API values and test responses
- Sandbox examples
OpenAPI spec
A JSON document, using which you can view all the allowable fields and objects for the API through aOpenAPI Swagger
preview. All of our API collections provide this specification as an easy download.
Production environment
https://apigw.changehealthcare.com
NOTE
Some API collections also support a separate API for Raw-X12 EDI transactions. You can send your API request and receive your responses in X12 format instead of JSON. We provide the Postman collection for testing and investigation API usage; it is not a substitute for a console used in a business context for processing eligibility requests and claims requests of various types.
Sign up for Change Healthcare APIs
- Sign up for sandbox.
- Log in to Change Healthcare using the access credentials provided by Change Healthcare.
The credential set consists of a random alphanumericclient_id
andclient_secret
pair. Contact your Change Healthcare representative if you do not have this information.
NOTE
Change Healthcare strongly recommends you carefully guard your API access credentials. Avoid sharing them with others.
NOTE
For more information, see Security and Authorization.
Make a REST API call
- Work with our REST APIs using these HTTP URLs:
- Sandbox: https://sandbox.apigw.changehealthcare.com/medicalnetwork/
- Production: https://apigw.changehealthcare.com/medicalnetwork/
- Try Change Healthcare APIs, navigate to API Reference.
- Click any of the API collections, for example, Eligibility.
- Using your Change Healthcare provided
client_id
,client_secret
pair, and your sandbox information, try our APIs. - Run the
/healthcheck
endpoint to verify that the operating status of the Change Healthcare APIs is optimal and the APIs are running and accessible. For more information, see.
NOTE
Some API collections also support a separate API for Raw-X12 EDI transactions. You can send your API request and receive your responses in
X12
format instead ofJSON
. We provide thecollection for testing and investigating the API usage; it is not a substitute for a console used in a business context for processing eligibility requests and claims requests of various types.
For more help, contact your Change Healthcare account manager.
Updated 7 months ago