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

# Discovery

Insurance discovery is the process of searching for a patient's coverage when their member ID and payer are not known. There are a number of use cases for insurance discovery, including:

* increasing conversion during patient intake
* searching for a patient's coverage if the information they provide is inaccurate
* searching for a patient's coverage when they change insurance plans

The [Create Discovery](/api-reference/discovery/create-discovery) API endpoint details the required parameters for initiating an insurance discovery request with Sohar. The [Get Discovery](/api-reference/discovery/get-discovery) API endpoint details the values that are returned if an insurance discovery request is successful. These values can be used with the [Create Verification](/api-reference/verifications/create-verification-v2) API endpoint to determine eligibility and retrieve benefits information.

## Sandbox Values

Use the following values for the `state` parameter of the [Create Discovery](/api-reference/discovery/create-discovery) API endpoint to return the corresponding values for `memberId` and `payerId`. You must use your sandbox API key to create sandbox requests.

| State | Payer ID | Member ID |
| ----- | -------- | --------- |
| CA    | 60054    | 00000000  |
| DE    | 60054    | 00000001  |
| FL    | 60054    | 10000000  |
| GA    | 60054    | 10000001  |
| IL    | 60054    | 10000002  |
| KY    | OSCAR    | 00000000  |
| MA    | 06111    | 00000000  |
| OH    | null     | null      |
| NY    | 62308    | 00000000  |
| TX    | 84980    | 00000000  |
