EligibilityV2

Submit encounter eligibility check (Availity)

Beta
GET

Availity has transitioned their GET endpoint to a POST endpoint. Candid has updated their pass-through integration to enable backwards compatibility for the GET endpoint so that customers do not have to immediately update their integrations.

Candid recommends integrations with the POST endpoint to ensure the best possible integration experience. Given the transition, Availity’s documentation will be out of sync with this endpoint.

If you’d like access to this endpoint, please reach out to support@joincandidhealth.com with the subject line “Action: Activate Availity Eligibility API Endpoint

This API is a wrapper around Availity’s coverages API. Below are some helpful documentation links:

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

  • Note Availity requires a free developer account to access this documentation.

Check connection status of Availity API and partners here:

Response

This endpoint returns any

Errors

GET
1curl https://api.joincandidhealth.com/api/eligibility/v2/availity \
2 -H "Authorization: Bearer <token>"
1{}