POST
/
api
/
v1
/
yasmina-schengen-travel
/
request-quote
Request Quote
curl --request POST \
  --url https://staging.yasmina.ai/api/v1/yasmina-schengen-travel/api/v1/yasmina-schengen-travel/request-quote \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "nationality_id": "1234567890",
  "phone_number": "+966501234567",
  "email": "[email protected]",
  "multi_entry": false,
  "start_date": "2025-07-27",
  "date_of_birth": "1988-04-20",
  "travellers": [
    {
      "nationality": "SA",
      "full_name": "",
      "passport_number": "G12345678",
      "gender": "m",
      "date_of_birth": "1982-04-20",
      "relation": "self",
      "passport_expiry_date": "2025-10-30"
    }
  ]
}'
{
  "client_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "nationality_id": "<string>",
  "phone_number": "<string>",
  "email": "[email protected]",
  "date_of_birth": "2023-12-25",
  "type": "yasmina_schengen_travel_insurance",
  "quote_id": "<string>",
  "bill": {
    "items": {
      "adult": {
        "count": 123,
        "price": 123,
        "total": 123
      }
    },
    "adminFees": 123
  },
  "price": 123,
  "updated_at": "2023-11-07T05:31:56Z",
  "created_at": "2023-11-07T05:31:56Z",
  "travellers": [
    {
      "nationality": "JO",
      "full_name": "Yasmina Alex",
      "passport_number": "<string>",
      "gender": "m",
      "date_of_birth": "2023-12-25",
      "relation": "<string>",
      "passport_expiry_date": "2023-12-25"
    }
  ],
  "multi_entry": true,
  "start_date": "2023-12-25",
  "duration": 123
}

Authorizations

Authorization
string
header
required

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

Headers

Accept
string

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