curl --request GET \
--url https://sandbox.yasmina.ai/api/v1/car-comp/quote-requests \
--header 'Authorization: Bearer <token>'{
"current_page": 123,
"data": [
{
"owner_id": 123,
"phone": "<string>",
"birthdate": "2023-12-25",
"car_sequence_number": 123,
"custom_number": "<string>",
"is_ownership_transfer": true,
"car_estimated_cost": 123,
"car_model_year": 123,
"start_date": "2023-12-25",
"drivers": [
{
"owner_id": "<string>",
"birthdate": "2023-12-25",
"driving_percentage": 123
}
],
"quotes": [
{
"company_name": "<string>",
"company_name_ar": "<string>",
"insurance_type_display": "<string>",
"insurance_type_display_ar": "<string>",
"company_logo_url": "<string>",
"square_company_logo_url": "<string>",
"prices": [
{
"quote_price_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"deductible": 123,
"subtotal": 123,
"vat_percentage": 15,
"vat": 123,
"total": 123
}
],
"benefits": [
{
"quote_benefit_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"id": "<string>",
"name": "<string>",
"name_ar": "<string>",
"amount": 123,
"vat": 123,
"url": "<string>"
}
]
}
],
"client_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"updated_at": "2023-11-07T05:31:56Z",
"created_at": "2023-11-07T05:31:56Z",
"id": 123
}
],
"first_page_url": "<string>",
"from": 123,
"last_page": 123,
"last_page_url": "<string>",
"links": [
{
"url": "<string>",
"label": "<string>",
"active": true
}
],
"next_page_url": "<string>",
"path": "<string>",
"per_page": 123,
"prev_page_url": "<string>",
"to": 123,
"total": 123,
"aggregates": {
"total_count": 24,
"by_month": {
"2026-06": 24
}
}
}curl --request GET \
--url https://sandbox.yasmina.ai/api/v1/car-comp/quote-requests \
--header 'Authorization: Bearer <token>'{
"current_page": 123,
"data": [
{
"owner_id": 123,
"phone": "<string>",
"birthdate": "2023-12-25",
"car_sequence_number": 123,
"custom_number": "<string>",
"is_ownership_transfer": true,
"car_estimated_cost": 123,
"car_model_year": 123,
"start_date": "2023-12-25",
"drivers": [
{
"owner_id": "<string>",
"birthdate": "2023-12-25",
"driving_percentage": 123
}
],
"quotes": [
{
"company_name": "<string>",
"company_name_ar": "<string>",
"insurance_type_display": "<string>",
"insurance_type_display_ar": "<string>",
"company_logo_url": "<string>",
"square_company_logo_url": "<string>",
"prices": [
{
"quote_price_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"deductible": 123,
"subtotal": 123,
"vat_percentage": 15,
"vat": 123,
"total": 123
}
],
"benefits": [
{
"quote_benefit_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"id": "<string>",
"name": "<string>",
"name_ar": "<string>",
"amount": 123,
"vat": 123,
"url": "<string>"
}
]
}
],
"client_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"updated_at": "2023-11-07T05:31:56Z",
"created_at": "2023-11-07T05:31:56Z",
"id": 123
}
],
"first_page_url": "<string>",
"from": 123,
"last_page": 123,
"last_page_url": "<string>",
"links": [
{
"url": "<string>",
"label": "<string>",
"active": true
}
],
"next_page_url": "<string>",
"path": "<string>",
"per_page": 123,
"prev_page_url": "<string>",
"to": 123,
"total": 123,
"aggregates": {
"total_count": 24,
"by_month": {
"2026-06": 24
}
}
}Authorizations
JWT Authorization header using the Bearer scheme
Query Parameters
Inclusive lower bound for quote request creation date.
"2026-06-01"
Inclusive upper bound for quote request creation date.
"2026-06-30"
Number of quote requests to return per page.
x >= 110
When true, includes quote request totals and monthly buckets for the filtered result set.
true
Response
Paginated list of quotes
Hide child attributes
Hide child attributes
The owner’s national ID or Iqama ID
The owner's phone number
The owner's birthdate. Hijri for Saudi nationals, Gregorian for others
The car sequence number from 9 digits
Custom car number for newly imported cars (present when custom_number was used in the request)
Whether it was a car transfer or not
The estimated cost of the car
The car model year
Requested policy start date in YYYY-MM-DD. Returned if provided in the quote request.
List of drivers associated with this quote request. Returned if drivers were provided in the request.
An array representing each insurance company quote. Each item has the company name, the prices, and the benefits.
Hide child attributes
Hide child attributes
Arabic name of the insurance company. Use this field instead of company_name when rendering Arabic UIs.
Normalised insurance category used to group and filter quotes. Always one of TPL, TPL +, or Comprehensive.
TPL, TPL +, Comprehensive The insurance type label exactly as the insurance provider intends it to be displayed. While type normalises all non-TPL / non-Comprehensive values into TPL +, this field preserves the original provider string (e.g. "TPL Plus", "Third Party Plus") and should be shown in the UI wherever the provider's own wording is preferred.
Arabic translation of insurance_type_display. Use this field for Arabic UIs. Falls back to the English value for provider-specific types that do not have a translation.
CDN URL for the insurance company's logo.
CDN URL for the insurance company's square logo.
An array representing each price. This will have the premium and the deductible
An array representing the different benefits offered by the company. Some of them are free and comes with the insurance, some are paid and optional
Hide child attributes
Hide child attributes
Arabic name of the benefit. Use this field instead of name when rendering Arabic UIs.
Your own client ID
In case of an update on this quote, this date will change
When was the quote requested
Yasmina ID for the quote. You can use it to delete items or showing it again to the customer

