OTP Verification
2-Factor Authentication

SMSPoh Verify API

The SMSPoh Verify API Service is a simple and efficient solution designed to facilitate user authentication through One-Time Passwords (OTPs) sent via SMS/Email/Viber channels. This service enables secure, fast, and easy verification of users by generating and validating OTPs through just two HTTP requests. It is a lightweight, serverless approach to OTP-based verification, ensuring fast, cost-effective, and secure authentication for your users.

Features

Server-less

You do not need a backend system; our Verify API only requires two HTTP requests.

Secure PIN

Our platform provides the necessary back-end logic for PIN generation (OTP) and OTP code verification.

multi-Channel

We offer multiple channels for verifying your OTP PIN code, including SMS, email, and Viber.

FREE

The SMSPoh Verify API is completely free; you only pay for the message credits you use.

SMSPoh Verify API

Simple and Friendly, Yet Secure and Powerful


    curl --location --request POST 'https://verify-v3.smspoh.com/api/request' \
    --header 'Authorization: Bearer {secureAPiCredential}' \
    --header 'Content-Type: application/json' \
    --data-raw '{
        "from": "SMSPoh",
        "to": "959xxxxxxxx",
        "message" : "Hello World",
        "encrypt" : true,
        "clientReference" : abcde12345,
    }'

Just a Simple Request

To Get Started the SMSPoh Verify API


curl
    --request POST \
    --url 'https://v3.smspoh.com/api/otp/request?from=SMSPoh&to=09********&brand=SMSPoh&accessToken={secureAPICredential}'