GET
/
public
/
v2
/
benefits-checks
/
{benefits_check_id}
Get Benefits Check V2
curl --request GET \
  --url https://api.silnahealth.com/public/v2/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_fields": [
    {
      "specialty": "PHYSICAL_THERAPY",
      "copay_fields": [
        {
          "value": 123,
          "modifier": null
        }
      ],
      "coinsurance_fields": [
        {
          "value": 123,
          "modifier": null
        }
      ],
      "deductible": null,
      "out_of_pocket": null,
      "visit_limits": [
        {
          "value": 123,
          "modifier": null
        }
      ],
      "dollar_limits": [
        {
          "value": 123,
          "modifier": null
        }
      ],
      "authorization_requirements": [
        {
          "value": false,
          "modifier": null
        }
      ],
      "referral_requirements": [
        {
          "value": false,
          "modifier": null
        }
      ],
      "exclusions": [
        {
          "value": false,
          "modifier": null
        }
      ],
      "reimbursement_rate": null,
      "medicare_dollars_used": null,
      "exclusions_and_limitations": null,
      "patient_cost_estimates": [
        {
          "cost_estimate_name": "<string>",
          "cost_of_service": "<string>"
        }
      ]
    }
  ]
}
This API is in Beta! Please be prepared to adapt to a new schema with limited notice if you choose to integrate.

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.