# HealthieGetFormRequest

Model ID: `HealthieGetFormRequest`

No description.

Type: `object`

## Fields

| Field | Type | Required | Format | Allowed values | Default | Nullable | Description |
|---|---|---:|---|---|---|---:|---|
| `api_url` | `string` | No |  |  |  | No |  |
| `auth_context` | [`connectors.JsonValue`](./connectors.JsonValue.md) | No |  |  |  | No |  |
| `form_id` | `string` | Yes |  |  |  | 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. |
| `open_loop_url` | `string` | No |  |  |  | No |  |
| `secret_key` | `string` | Yes |  |  |  | No | Vendor credential. Sent with the request and never returned. |
| `shard_id` | `string` | No |  |  |  | No |  |

## Example

None declared in canonical OpenAPI.
