Skip to main content
POST
Request Quote

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

Accept
string
default:application/json

Body

application/json
nationality_id
string
required
Example:

"1234567890"

phone_number
string
required
Example:

"+966501234567"

email
string<email>
required
multi_entry
boolean
required
Example:

false

start_date
string<date>
required
Example:

"2025-07-27"

date_of_birth
string<date>
required
Example:

"1988-04-20"

travellers
object[]
required
duration
enum<integer>

Required only if multi_entry is false

Available options:
7,
10,
15,
21,
30,
60,
90,
180
Example:

10

Response

200 - application/json

Quote details

client_id
string<uuid>
nationality_id
string
phone_number
string
email
string<email>
date_of_birth
string<date>
type
string
Example:

"yasmina_schengen_travel_insurance"

quote_id
string
bill
object
price
number
updated_at
string<date-time>
created_at
string<date-time>
travellers
object[]
multi_entry
boolean
start_date
string<date>
duration
integer