Use the Eligibility V3 API

API endpoints, ASC X12 EDI support, and using our Postman collection.

📘

NOTE

The JSON attributes in our APIs use snake-case, with the first letter of the attribute in lower case, as in tradingPartnerServiceId (the Payer ID; this will vary based on the payer you want to connect to). Our APIs are case-sensitive and your JSON request body must adhere to this convention.

Eligibility sandbox environment endpoint

https://sandbox.apigw.changehealthcare.com/medicalnetwork/eligibility/v3

Eligibility production environment endpoint

https://apigw.changehealthcare.com/medicalnetwork/eligibility/v3

📘

BASE URLs

The production endpoint (/eligibility/v3) queries to determine the patient eligibility through an X12 270 request. It formats the request in JSON format for an Eligibility status HTTP query for a patient. It receives an EDI 271 response, which is translated to JSON as the response body. It makes this popular EDI transaction more accessible to developers and to users’ applications. We manage the X12 standards in the background and provide you efficient access to medical subscriber or dependent plan membership, copays, co-insurances, deductibles, and more, in an easy-to-use and human-readable format.

Eligibility endpoints components

TaskEndpoint
Request MethodPOST
Bearer Token/apip/auth/v2/token
API endpoint/eligibility/v3
Raw-X12 endpoint/eligibility/v3/raw-x12
API Healthcheck/eligibility/v3/healthcheck
Operation ModeSingle real-time request
ConsumesApplication/json
ProducesApplication/json

API components

API ComponentsValue
Content-Type HeaderAlways defaults to application/json
Authorization HeaderPass the Bearer authorization token to authorization header
grant_type FieldAlways client_credentials

X12 EDI support

We support a dedicated X12-formatted Eligibility API to send your submission in X12 EDI format. It supports the standard syntax for a complete X12 EDI 270 transaction set.

Postman Collection

Try our Postman collection!
Run in Postman

OpenAPI specification

Download our OpenAPI 3.0 Spec.

Using ConnectCenter Payer values in the API

Obtain Payer ID values from the Legacy Change Healthcare (LCHC) payer list. The payer list is searchable by payer name or by their serviceId. The serviceId is the searchable numeric 5-digit ID associated with each service provided by the listed payer.