Overview
Agd Ejar API allows your application to manage properties, contracts, and interact with Saudi Arabia’s Ejar platform through a simplified interface. Our API consolidates complex Ejar operations into simple, efficient calls.Authentication
All API requests must include your API key in the Authorization header. You can obtain your API credentials by contacting our support team.Configuration Examples
Quick Start Guide
-
Get API Credentials
- Contact support to obtain your API credentials
- You’ll receive a
client_idandclient_secret
-
Authentication
- Get an access token
- Use the token in subsequent requests
-
Make Your First Request
- Try listing properties or searching for a deed
- Check response formats and handle errors appropriately
Base URL
All API requests should be made to:Request Headers
All requests should include:Response Format
All responses are returned in JSON format. A typical success response looks like:Error Handling
The API uses conventional HTTP response codes:| Code | Description |
|---|---|
| 200 | Success |
| 400 | Bad Request - Invalid parameters |
| 401 | Unauthorized - Invalid API key |
| 403 | Forbidden - Insufficient permissions |
| 404 | Not Found - Resource doesn’t exist |
| 500 | Server Error - Please contact support |
Rate Limiting
Contact support for information about rate limits for your specific use case.
Need Help?
If you need assistance:- Email us at [email protected]
- Check our API Reference
- View our Status Page
- Try our Postman Collection

