Wipple SMS Verify OTP

БЕЗКОШТОВНО
(Ким) wipple | Оновлено לפני חודש | SMS
Популярність

8.6 / 10

Затримки

489ms

Рівень обслуговування

50%

Health Check

N/A

Назад до всіх навчальних посібників (1)

Get started with Wipple SMS Verify API

How to send SMS OTP ?

1 . Send Verification code
To send OTP via SMS , POST to /send endpoint with these JSON body.

{
phone_number : “Phone number to send verification code. E164 format phone number excluding the leading +. like 10000000000”
}

2 . Check Verification code
To check OTP , GET from /verify endpoint with these query parameter.

/verify?phone_number={Phone number you sent OTP}&verification_code={OTP sent to SmartPhone}

What is E164 format excluding the leading +?
E164 is International format of Phone number.
Do not include spaces or hyphens.
Only + and numbers are allowed
example in US: “10000000000”