Overview
Welcome to Bayut’s Profolio API — your gateway to managing real estate properties programmatically on Bayut and Dubizzle.
The Profolio API enables agencies and developers to integrate property management workflows directly into their systems, allowing seamless synchronization of properties, users, and related data.
This Quickstart Guide will walk you through the essential steps to get started — from authentication to posting your first property — so you can quickly integrate and automate property management through Bayut’s platform.
What you can do
With the Profolio API, you can:
- Authenticate securely using your API token.
- Retrieve agency users for property association.
- Create and manage property listings across Bayut and Dubizzle.
- Access detailed property information, including publication status and portal states.
Before you begin
The API follows RESTful principles and communicates using JSON over HTTPS.
- Authentication is handled via Bearer Token in the request headers.
- The API is intended strictly for server-to-server integration.
- Do not call it directly from browsers or mobile applications.
- Requests should originate from a secure, backend environment.
- Once your API token is set up, you can start making requests to Profolio endpoints
Architecture
The Profolio API is designed around a secure REST architecture, ensuring reliable and consistent communication between your systems and Bayut’s platforms.