> ## Documentation Index
> Fetch the complete documentation index at: https://dynamic-docs-feat-sidebar-revamp.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# PhoneData

An object containing phone information required for sms verification.

| Attribute | Type     | Description                                                     |
| :-------- | :------- | :-------------------------------------------------------------- |
| dialCode  | `string` | Country dial code (e.g: '1')                                    |
| iso2      | `string` | Country iso code (e.g: 'US')                                    |
| phone     | `string` | Phone number, numbers only, without dial code (e.g: 5555555555) |
