GET
/
public
/
v1
/
benefits-checks
/
{benefits_check_id}
Get Benefits Check V1
curl --request GET \
  --url https://api.silnahealth.com/public/v1/benefits-checks/{benefits_check_id} \
  --header 'Authorization: Bearer <token>'
{
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "status": "REQUESTED",
  "eligibility_status": null,
  "reference": null,
  "insurance_type": null,
  "date_verified": null,
  "patient_plan_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "patient_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "provider_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "network_status": null,
  "plan_type": null,
  "plan_start_date": null,
  "plan_end_date": null,
  "group_number": null,
  "patient_information": null,
  "other_payor_information": null,
  "created_at": "2023-11-07T05:31:56Z",
  "specialty_specific_data": [
    {
      "specialty": "PHYSICAL_THERAPY",
      "auth_required": true,
      "referral_required": true,
      "referral_info": "<string>",
      "requirement_time": "BEFORE_SERVICES",
      "requirement_quantity": 123,
      "requirement_unit": "VISITS",
      "auth_company": "<string>",
      "has_visit_limit": true,
      "visit_limit_quantity": 123,
      "visits_used": 123,
      "copay_amount": "<string>",
      "coinsurance_percentage": "<string>",
      "individual_deductible_amount": "<string>",
      "individual_deductible_amount_met": "<string>",
      "family_deductible_amount": "<string>",
      "family_deductible_amount_met": "<string>",
      "individual_out_of_pocket_amount": "<string>",
      "individual_out_of_pocket_amount_met": "<string>",
      "family_out_of_pocket_amount": "<string>",
      "family_out_of_pocket_amount_met": "<string>",
      "medicare_dollars_used": "<string>",
      "reimbursement_rate": "<string>",
      "exclusions_and_limitations": "<string>",
      "patient_cost_estimates": [
        {
          "cost_estimate_name": "<string>",
          "cost_of_service": "<string>"
        }
      ]
    }
  ],
  "note": null
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

benefits_check_id
string
required

Response

200
application/json

The response is of type object.