# ProviderVerifyEmailResponse

Model ID: `provider.VerifyEmailResponse`

Response for POST /auth/verify-email.

Type: `object`

## Fields

| Field | Type | Required | Format | Allowed values | Default | Nullable | Description |
|---|---|---:|---|---|---|---:|---|
| `verified` | `boolean` | Yes |  |  |  | No | Always true when the response status is 200 — the OTP matched and the Cognito email_verified attribute was updated. |

## Example

None declared in canonical OpenAPI.
