# PersonVerifySmsRequest

Model ID: `person.VerifySmsRequest`

Request body for POST /persons/{person_id}/verify-sms. The OTP is
verified against the authenticated caller's own Cognito subject (from
the Bearer JWT), not against {person_id} in the path.

Type: `object`

## Fields

| Field | Type | Required | Format | Allowed values | Default | Nullable | Description |
|---|---|---:|---|---|---|---:|---|
| `otp` | `string` | Yes |  |  |  | No | One-time verification code delivered by SMS via person.updatePhone. |

## Example

None declared in canonical OpenAPI.
