Request OTP for Issuing Policy
Request OTP for Issuing Policy
This endpoint sends a one-time password (OTP). It should be called before issuing a policy.
POST
Request OTP for Issuing Policy
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"
ID of the car quote request
Example:
123
Unique identifier for the quote reference ID (coming from POST /quote-requests)
Example:
"550e8400-e29b-41d4-a716-446655440000"
Unique identifier for the quote price ID that exists inside a quote item (coming from POST /quote-requests)
Example:
"550e8400-e29b-41d4-a716-446655440001"

