Skip to main content
POST
Request OTP for quote verification

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme

Body

application/json
email
string<email>
required

Email address of the car owner

phone
string
required

Phone number starting with 05 and containing 10 digits

Pattern: ^05\d{8}$
Example:

"0501234567"

owner_id
string
required

National ID or Iqama ID of the car owner (10 digits)

Pattern: ^(1|2|7)\d{9}$
Example:

"1012345678"

Response