v1
latestOpenAPI 3.0.02026-07-26155147.1 KBProperties
Retrieve a property
Returns the detailed information of a property from your EasyBroker account.
get/properties/{property_id}
Response
Successful single property request
Example response
{
"public_id": "EB-XXX123",
"title": "Beautiful property in Condesa",
"foreclosure": true,
"property_images": [
{
"url": "https://www.easybroker.com/assets/product/logo-be4da843987ccd1c05e26f8703f1787847471b36d08bdb1ec8a91ce4007b0e98.svg",
"title": "Fitted kitchen with granite countertops"
}
],
"images": [
{
"url": "https://www.easybroker.com/assets/product/logo-be4da843987ccd1c05e26f8703f1787847471b36d08bdb1ec8a91ce4007b0e98.svg",
"title": "Fitted kitchen with granite countertops"
}
],
"description": "This property is very well-lit in a lovely neighborhood overlooking a park.",
"internal_id": "custom-id-001",
"expenses": "$100 USD",
"property_type": "Apartment",
"agent": {
"id": 1234,
"name": "John Smith",
"full_name": "John Smith Doe",
"mobile_phone": "5555550000",
"profile_image_url": "https://www.easybroker.com/assets/product/logo-be4da843987ccd1c05e26f8703f1787847471b36d08bdb1ec8a91ce4007b0e98.svg",
"email": "john@smith.com"
},
"features": [
{
"name": "Pets allowed",
"category": "General"
}
],
"public_url": "https://www.easybroker.com/mx/inmueble/john-smith-amazing-house",
"collaboration_notes": "25% per referral",
"property_files": [
"https://www.easybroker.com/assets/product/logo-be4da843987ccd1c05e26f8703f1787847471b36d08bdb1ec8a91ce4007b0e98.svg"
],
"videos": [
"https://www.youtube.com/watch?v=zVRu7AktR48"
],
"virtual_tour": "https://my.matterport.com/show/?m=yHsh2roFXnp",
"shared_commission_percentage": 50,
"private_description": "Selling this property is our top priority and we are willing to offer a discount.",
"location": {
"name": "Condesa, Cuauhtemoc, Ciudad de México",
"latitude": 20.676145,
"longitude": -103.368962,
"street": "Av. México",
"postal_code": "06700",
"show_exact_location": true,
"exterior_number": "21A",
"interior_number": "304"
},
"tags": [
"premium",
"exclusive"
],
"show_prices": true,
"share_commission": true,
"operations": [
{
"amount": 500000,
"formatted_amount": "$500,000 USD",
"currency": "USD",
"commission": {
"type": "amount",
"value": 10000,
"currency": "USD"
}
}
]
}