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,
  "duration": 10,
  "start_date": "2025-07-27",
  "date_of_birth": "1988-04-20",
  "travellers": [
    {
      "nationality": "SA",
      "full_name": "Bashar Abalkhail",
      "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": "Bashar Abalkhail",
      "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

Response

200 - application/json

Quote details

The response is of type object.