Skip to main content
POST
/
quote-otp
Request OTP for quote verification
curl --request POST \
  --url https://staging.yasmina.ai/api/v1/car-comp/quote-otp \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "email": "[email protected]",
  "phone": "0501234567",
  "owner_id": "1012345678"
}'
This response has no body data.

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

Example:

"0501234567"

owner_id
string
required

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

Example:

"1012345678"