# CmsSearchHealthPlansRequest

Model ID: `CmsSearchHealthPlansRequest`

No description.

Type: `object`

## Fields

| Field | Type | Required | Format | Allowed values | Default | Nullable | Description |
|---|---|---:|---|---|---|---:|---|
| `api_key` | `string` | No |  |  |  | No | Vendor credential. Sent with the request and never returned. |
| `county_fips` | `string` | No |  |  |  | Yes |  |
| `limit` | `integer` | No |  |  | `20` | No |  |
| `market` | `string` | No |  |  | `"Individual"` | No |  |
| `mode` | `string` | No |  | sandbox, live | `"sandbox"` | No | Which vendor environment the call is routed to. Defaults to sandbox, so an omitted mode never reaches a production vendor account. |
| `offset` | `integer` | No |  |  | `0` | No |  |
| `order` | `string` | No |  |  | `"asc"` | No |  |
| `state` | `string` | Yes |  |  |  | No |  |
| `year` | `integer` | No |  |  |  | Yes |  |
| `zip_code` | `string` | Yes |  |  |  | No |  |

## Example

None declared in canonical OpenAPI.
