# VerifyOtpResponse

Model ID: `VerifyOtpResponse`

Response for POST /auth/verify-email and POST /auth/verify-sms.

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 corresponding Cognito attribute (email_verified or phone_number_verified) was updated. |

## Example

None declared in canonical OpenAPI.
