Verifying Accounts

Learn how to add user verification to our applications using Twilio's Verify API.

Twilio's Verify API makes it easy to add user verification to our web application. It supports codes sent via SMS, voice, and email.

This lesson will discuss the following three steps required to implement a basic verification service:

  1. Create a verification service.

  2. Send a verification token.

  3. Check the verification token.

Create a verification service

We first need to set up a verification service to send a verification token. To do this, we’ll use the Service API available in Twilio.

The base URL to create the verification service is as follows:

Get hands-on with 1200+ tech skills courses.