Contact Sales
DocsAPI reference
DocsAPI reference
  • API Reference
Contact Sales
LogoLogo
API ReferenceEligibilityV2

Deprecated
POST
/api/eligibility/v2
POST
/api/eligibility/v2
1curl -X POST https://api.joincandidhealth.com/api/eligibility/v2 \
2 -H "Authorization: Bearer <token>" \
3 -H "Content-Type: application/json" \
4 -d '{
5 "key": "value"
6}'
Try it
200Successful
1{
2 "key": "value"
3}
<Tip>Candid is deprecating support for this endpoint. It is instead recommended to use [Candid's Stedi passthrough endpoint](https://docs.joincandidhealth.com/api-reference/pre-encounter/eligibility-checks/v-1/post). For assistance with the transition, please reference the [Transitioning to Candid's New Eligibility Endpoint](https://support.joincandidhealth.com/hc/en-us/articles/34918552872980) document in the Candid Support Center.</Tip> This API is a wrapper around Change Healthcare's eligibility API. Below are some helpful documentation links: - [Change Healthcare - Guides: Contents of the Eligibility Request Body](https://developers.changehealthcare.com/eligibilityandclaims/docs/contents-of-the-eligibility-request-body) - [Change Healthcare - Guides: Use "Bare Minimum" Eligibility Requests](https://developers.changehealthcare.com/eligibilityandclaims/docs/use-bare-minimum-eligibility-requests) - [Change Healthcare - Guides: Contents of the Eligibility Response](https://developers.changehealthcare.com/eligibilityandclaims/docs/contents-of-the-eligibility-response) - [Change Healthcare - Guides: Eligibility JSON-to-EDI API Contents](https://developers.changehealthcare.com/eligibilityandclaims/docs/eligibility-json-to-edi-api-contents) - [Change Healthcare - Guides: Eligibility Error Messages](https://developers.changehealthcare.com/eligibilityandclaims/docs/eligibility-error-messages) - [Change Healthcare - Guides: FAQ](https://developers.changehealthcare.com/eligibilityandclaims/docs/frequently-asked-questions) - [Change Healthcare - Guides: Eligibility FAQs](https://developers.changehealthcare.com/eligibilityandclaims/docs/eligibility-api-requests) - [Change Healthcare - Guides: Sandbox API Values and Test Responses](https://developers.changehealthcare.com/eligibilityandclaims/docs/eligibility-sandbox-api-values-and-test-responses) - [Change Healthcare - Guides: Sandbox Predefined Fields and Values](https://developers.changehealthcare.com/eligibilityandclaims/docs/sandbox-predefined-fields-and-values) - [Change Healthcare - Guides: Using Test Payers in the Sandbox](https://developers.changehealthcare.com/eligibilityandclaims/docs/use-the-test-payers-in-the-sandbox-api) A schema of the response object can be found here: [Change Healthcare Docs](https://developers.changehealthcare.com/eligibilityandclaims/reference/medicaleligibility)
Was this page helpful?
Previous

Submit encounter eligibility check (Availity)

Next
Built with
Candid is deprecating support for this endpoint. It is instead recommended to use Candid’s Stedi passthrough endpoint. For assistance with the transition, please reference the Transitioning to Candid’s New Eligibility Endpoint document in the Candid Support Center.

This API is a wrapper around Change Healthcare’s eligibility API. Below are some helpful documentation links:

  • Change Healthcare - Guides: Contents of the Eligibility Request Body
  • Change Healthcare - Guides: Use “Bare Minimum” Eligibility Requests
  • Change Healthcare - Guides: Contents of the Eligibility Response
  • Change Healthcare - Guides: Eligibility JSON-to-EDI API Contents
  • Change Healthcare - Guides: Eligibility Error Messages
  • Change Healthcare - Guides: FAQ
  • Change Healthcare - Guides: Eligibility FAQs
  • Change Healthcare - Guides: Sandbox API Values and Test Responses
  • Change Healthcare - Guides: Sandbox Predefined Fields and Values
  • Change Healthcare - Guides: Using Test Payers in the Sandbox

A schema of the response object can be found here: Change Healthcare Docs

Submit encounter eligibility check (Availity)

Authentication

AuthorizationBearer
OAuth authentication of the form `<token>`.

Request

This endpoint expects any.

Response

This endpoint returns any.

Errors

Submit encounter eligibility check

OAuth authentication of the form <token>.