Show policy
curl --request GET \
--url https://sandbox.yasmina.ai/api/v1/property/policies/{propertyPolicy} \
--header 'Authorization: Bearer <token>'{
"id": 655,
"meta_data": {
"insurance_provider": "walaa",
"has_agreed_to_terms_and_conditions": true,
"start_date": "2025-12-11",
"property_cost": 500000,
"documents": [
"gOSkcUZnQQpV3YLvUygSrmkTh6L9g3gxKvFbIfwU.docx"
],
"personal_details": {
"name": "Fahad Al-Qahtani",
"email": "[email protected]",
"birthdate": "1990-05-14",
"nationality": "SA",
"phone_number": "+966501234567",
"nationality_id": "1023456789"
},
"building_details": {
"building_age": 8,
"building_type": "Apartment",
"apartment_size": 120
},
"address": {
"street_name": "King Abdulaziz Road",
"building_number": "345",
"district_name": "Al Olaya",
"city_name": "Riyadh",
"additional_number": "1234",
"zip_code": "12233",
"unit_number": "12B"
}
},
"provider_policy_id": null,
"provider_policy": null,
"client_id": "9f7db0ed-0783-4654-9b18-47c316809204",
"created_at": "2025-07-28T09:54:03.000000Z",
"canceled_at": null,
"status": 0
}Show policy
Show a specific policy
GET
/
policies
/
{propertyPolicy}
Show policy
curl --request GET \
--url https://sandbox.yasmina.ai/api/v1/property/policies/{propertyPolicy} \
--header 'Authorization: Bearer <token>'{
"id": 655,
"meta_data": {
"insurance_provider": "walaa",
"has_agreed_to_terms_and_conditions": true,
"start_date": "2025-12-11",
"property_cost": 500000,
"documents": [
"gOSkcUZnQQpV3YLvUygSrmkTh6L9g3gxKvFbIfwU.docx"
],
"personal_details": {
"name": "Fahad Al-Qahtani",
"email": "[email protected]",
"birthdate": "1990-05-14",
"nationality": "SA",
"phone_number": "+966501234567",
"nationality_id": "1023456789"
},
"building_details": {
"building_age": 8,
"building_type": "Apartment",
"apartment_size": 120
},
"address": {
"street_name": "King Abdulaziz Road",
"building_number": "345",
"district_name": "Al Olaya",
"city_name": "Riyadh",
"additional_number": "1234",
"zip_code": "12233",
"unit_number": "12B"
}
},
"provider_policy_id": null,
"provider_policy": null,
"client_id": "9f7db0ed-0783-4654-9b18-47c316809204",
"created_at": "2025-07-28T09:54:03.000000Z",
"canceled_at": null,
"status": 0
}Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Response
200 - application/json
Success
Example:
655
Hide child attributes
Hide child attributes
Example:
"walaa"
Example:
true
Example:
"2025-12-11"
Example:
500000
Hide child attributes
Hide child attributes
Example:
"Fahad Al-Qahtani"
Example:
Example:
"1990-05-14"
Example:
"SA"
Example:
"+966501234567"
Example:
"1023456789"
Hide child attributes
Hide child attributes
Example:
"King Abdulaziz Road"
Example:
"345"
Example:
"Al Olaya"
Example:
"Riyadh"
Example:
"1234"
Example:
"12233"
Example:
"12B"
Example:
null
Example:
null
Example:
"9f7db0ed-0783-4654-9b18-47c316809204"
Example:
"2025-07-28T09:54:03.000000Z"
Example:
null
Example:
0
⌘I

