> For the complete documentation index, see [llms.txt](https://docs.transactionlink.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.transactionlink.io/docs/v1/integrations/twilio.md).

# Twilio

### What kind of data I will get

By using this integration, you can verify a phone number of customer.

In response, you will receive verified phone number.

### Response content

**smsVerification**

| Attribute     | Type     | Description                     |
| ------------- | -------- | ------------------------------- |
| `countryCode` | `string` | Country code of phone number    |
| `phoneNumber` | `string` | The phone number to be verified |

#### Example response

```json
{
    "twilio":{
        "countryCode": "+48",
        "phoneNumber":"687993653"
    }
}
```
