🔒OTP
The OTP service enables you to send & verify a 6-digit one-time password (OTP) to an Egyptian Mobile Phone number via SMS. Please note that this services does not include non-Egyptian number.
The format of the phone number should be an 11-digit string that begins with "01", as follows: 01xxxxxxxxx.
There are 2 API endpoints provided for this service:
Send OTP: sends the one-time password to the provided phone number via SMS
Verify OTP: receives the user-entered OTP and verifies that it is the one sent to them.
An OTP attempt expires after 10 minutes. After that, you'll need to send another OTP to verify, since you cannot verify expired OTPs.
Code Snippets
Postman Collection
Last updated