Features
You do not need a backend system; our Verify API only requires two HTTP requests.
Our platform provides the necessary back-end logic for PIN generation (OTP) and OTP code verification.
We offer multiple channels for verifying your OTP PIN code, including SMS, email, and Viber.
The SMSPoh Verify API is completely free; you only pay for the message credits you use.
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, }'