Fraud Guard has saved Verify customers $26M+

Every Verify customer is covered by Fraud Guard, which protects against expensive SMS pumping fraud. One API gives you a secure verification solution at scale.

Loved by 10+ million developers

Join the 300,000+ brands that use Twilio to connect with their customers

Verify resources for developers

9 Reasons to Use the Verify API

From Fraud Guard to managed compliance, learn why the Verify API is the best choice for implementing user verification and authentication.

Send an SMS verification code in 5 minutes

Phone number verification can decrease fraud and increase deliverability and trust. The Twilio Verify API makes it easy to send and check OTPs and you can get started in under 5 minutes.

Quickly export a list of active Twilio numbers, transfer them, and check their usage

Getting started with Twilio Verify

One-time passcodes (OTP) are a simple and effective way to verify someone's phone number or email at sign up. Twilio's Verify API is a purpose built solution for sending one-time passcodes with SMS, voice, email, authenticator apps, and more.

Level Up Next with Emily & Kelley- Migrating to Twilio Verify

Join Emily Shenfield and Kelley Robinson as they preview their Level Up about Twilio Verify! Come learn how easy it is to migrate from messaging to Verify for supported use cases.

Twilio works for your whole team

  • Browser with code terminal cursor
    Developers
    Build your use case quickly with our up-to-date documentation, tutorials, and quickstarts.
  • Lightbulb idea
    Product Owners
    Create innovative customer experiences with reliable APIs and first-party data for personalization.
  • User symbol in a circle
    Marketers
    Increase your engagement and ROI with multichannel marketing campaigns powered by your customer data.
  • Customer service headset
    Sales and Support
    Talk to customers on the channel they prefer, using the full context of their profiles to personalize interactions.

Send your first text message in a matter of minutes

Sign up for a free Twilio account and grab one of our seven official server-side SDKs to get started. Send your first text message, phone call, or email in minutes and when you’re ready to launch your app, upgrade to a pay-as-you-go plan.

# Download the helper library from https://www.twilio.com/docs/python/install
import os
from twilio.rest import Client

# Find your Account SID and Auth Token at twilio.com/console
# and set the environment variables. See http://twil.io/secure
account_sid = os.environ['TWILIO_ACCOUNT_SID']
auth_token = os.environ['TWILIO_AUTH_TOKEN']
client = Client(account_sid, auth_token)

message = client.messages.create(
                              body='Hi there',
                              from_='+15017122661',
                              to='+15558675310'
                          )

print(message.sid)
Python logo
C# logo
PHP logo
Ruby logo
Java logo
JavaScript logo
Curl logo

Official SDKs

Build quickly and confidently with our SDKs for Node.js, Python, C#, Java, PHP, Ruby, and Go.

Twilio Functions

Bring ideas to life without having to host your own code by deploying with Twilio Functions.

99.95%+ API uptime

Reliable availability you can trust to power your app’s most important features.