Skip to main content

General 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?

  1. Contact our support team at [email protected] to obtain API credentials
  2. Review our Getting Started guide
  3. 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.

What response formats are supported?

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:
  1. Detailed description of the issue
  2. API endpoint being used
  3. Request/response examples
  4. Any error messages received