EligibilityV2

Submit encounter eligibility check (Availity Post)

Beta
POST

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:

Request

This endpoint expects any.

Response

This endpoint returns any

Errors

POST
1curl -X POST https://api.joincandidhealth.com/api/eligibility/v2/availity \
2 -H "Authorization: Bearer <token>" \
3 -H "Content-Type: application/json" \
4 -d '{}'
1{}