> ## Documentation Index
> Fetch the complete documentation index at: https://docs.shasta.health/llms.txt
> Use this file to discover all available pages before exploring further.

# Eligibility check completed

> Fired when an eligibility check finishes processing (status becomes `COMPLETED` or `FAILED`). The payload is identical to the `GET /api/eligibility/{id}/status` response.



## OpenAPI

````yaml /openapi/eligibility.json webhook eligibilityCheckCompleted
openapi: 3.1.0
info:
  title: Shasta Health Eligibility API
  description: >-
    API for submitting insurance eligibility check requests and polling their
    status. Requests are authenticated using an API key issued from the Shasta
    provider portal.
  version: 1.0.0
servers:
  - url: https://app.shasta.health
    description: Production
security: []
tags:
  - name: Eligibility
    description: Submit insurance eligibility check requests and retrieve their status.
  - name: Webhooks
    description: Webhook events fired by Shasta when async operations complete.
paths: {}

````