Verify API
2-Factor Authentication

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,
    }'