Vonage · Capability
Vonage User Authentication
Phone-based authentication workflow combining Vonage Verify API and Numbers API. Enables two-factor authentication, user onboarding verification, and phone number provisioning. Used by identity teams, onboarding flows, and fraud prevention systems.
Run with Naftiko
AuthenticationCommunicationIdentityNumber ManagementSecurityTwo-Factor AuthenticationVonage
What You Can Do
POST
Request verification
— Send a verification code to a phone number.
/v1/verifications
POST
Check verification
— Verify a PIN submitted by the user.
/v1/verifications/check
GET
List owned numbers
— List owned virtual numbers.
/v1/numbers
GET
Search available numbers
— Search for phone numbers available to purchase.
/v1/numbers/available
MCP Tools
request-verification
Send a verification code to a phone number for 2FA.
check-verification
Verify a PIN code entered by the user to complete 2FA.
cancel-verification
Cancel a pending verification request.
idempotent
list-owned-numbers
List all virtual phone numbers owned by the account.
read-only
idempotent
search-available-numbers
Search for available phone numbers to purchase in a country.
read-only
idempotent
buy-number
Purchase a virtual phone number for the account.
APIs Used
vonage-verify
vonage-numbers