Requires access token from sign in
✨ The Urban Management docs now have a brand-new home! Explore the improved documentation experience
Generate and send OTP via SMS
POST /auth/otp/create
Authorization: Bearer ACCESS_TOKEN
{
"success": true,
"data": {
"message": "OTP sent successfully"
}
}
Was this page helpful?