Skip to main contentGeneral Questions
What is Agd Ejar API?
Agd Ejar API is a simplified interface for integrating with Saudi Arabia’s Ejar platform. It consolidates complex Ejar operations into simple, efficient API calls.
How do I get started?
- Contact our support team at [email protected] to obtain API credentials
- Review our Getting Started guide
- Try our Postman Collection
What authentication method is used?
We use OAuth 2.0 with Bearer tokens. See our Authentication guide for details.
Technical Questions
What is the API base URL?
The base URL for all API requests is https://app.agdejar.sa
Are there any rate limits?
Rate limits vary based on your specific use case. Please contact support for details about your account’s limits.
All API responses are returned in JSON format.
Integration Questions
How do I handle errors?
Our API uses standard HTTP response codes:
- 200: Success
- 400: Bad Request
- 401: Unauthorized
- 403: Forbidden
- 404: Not Found
- 500: Server Error
How can I check the API status?
You can check our Status Page for real-time API status and updates.
What programming languages are supported?
Our API can be used with any programming language that can make HTTP requests. We provide examples in:
- cURL
- Python
- JavaScript
- Go
Support
How do I get help?
How do I report issues?
Contact our support team at [email protected] with:
- Detailed description of the issue
- API endpoint being used
- Request/response examples
- Any error messages received