# ProviderVerifySmsRequest

Model ID: `provider.VerifySmsRequest`

Request body for POST /practitioners/{practitioner_id}/verify-sms.
The OTP is verified against the authenticated caller's own Cognito
subject (from the Bearer JWT), not against {practitioner_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 provider.updatePhone. |

## Example

None declared in canonical OpenAPI.
