Request OTP for quote verification
Request OTP for quote verification
This endpoint sends a one-time password (OTP) to the provided email and phone number for quote verification. It should be called before creating a quote request.
POST
Request OTP for quote verification
Authorizations
JWT Authorization header using the Bearer scheme
Body
application/json
Email address of the car owner
Example:
Phone number starting with 05 and containing 10 digits
Pattern:
^05\d{8}$Example:
"0501234567"
National ID or Iqama ID of the car owner (10 digits)
Pattern:
^(1|2|7)\d{9}$Example:
"1012345678"

