📲Send OTP
Send OTP
POST
https://valifystage.com/api/v1/otp/send/
Headers
Name
Type
Description
Content-Type
string
application/json
Authorization
string
Bearer <access-token>
Request Body
Name
Type
Description
phone_number
string
The Egyptian mobile phone number to be sent an OTP.
bundle_key
string
A bundle key provided to you by Valify.
lang
string
The error message language.
Code Snippets
Last updated