# Veriphone

Veriphone is a REST-based JSON API that provides phone number validation services, allowing developers to verify the validity, type, carrier, and region of phone numbers.

- **Category:** developer tools
- **Auth:** API_KEY
- **Composio Managed App Available?** N/A
- **Tools:** 2
- **Triggers:** 0
- **Slug:** `VERIPHONE`
- **Version:** 20260211_00

## Tools

### Get Example Phone Number

**Slug:** `VERIPHONE_GET_EXAMPLE_PHONE_NUMBER`

Tool to retrieve an example phone number for a specified country and type. Use after confirming the country code. Example: 'Get an example mobile number for US'.

#### Input Parameters

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `type` | string ("mobile" | "landline" | "voip" | "tollfree") | No | Optional phone number type; one of 'mobile', 'landline', 'voip', 'tollfree' |
| `purpose` | string | No | Optional usage purpose (e.g., 'test', 'demo') |
| `country_code` | string | Yes | 2-letter uppercase ISO country code (e.g., 'US', 'GB') |

#### Output

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `data` | string | Yes | Data from the action execution |
| `error` | string | No | Error if any occurred during the execution of the action |
| `successful` | boolean | Yes | Whether or not the action execution was successful or not |

### Verify Phone Number

**Slug:** `VERIPHONE_VERIFY_PHONE_NUMBER`

Tool to verify if a phone number is valid. Use when you need to confirm formatting, region, and carrier details.

#### Input Parameters

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `phone` | string | Yes | Phone number to verify (E.164 or any common format). |

#### Output

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `data` | string | Yes | Data from the action execution |
| `error` | string | No | Error if any occurred during the execution of the action |
| `successful` | boolean | Yes | Whether or not the action execution was successful or not |
