# VerifyEmailRequest

Model ID: `patient.VerifyEmailRequest`

Request body for POST /auth/verify-email.

Type: `object`

## Fields

| Field | Type | Required | Format | Allowed values | Default | Nullable | Description |
|---|---|---:|---|---|---|---:|---|
| `email` | `string|null` | No |  |  | `null` | Yes | Patient's email address. |
| `otp` | `string|null` | No |  |  | `null` | Yes | One-time verification code emailed to the patient. |
| `tenant_id` | `string|null` | No |  |  | `null` | Yes | Tenant whose patient Cognito pool to verify against. |

## Example

None declared in canonical OpenAPI.
