Back to Documentation

API Reference

Complete reference for the Bait Al-Aman REST API.

Base URL

https://api.bait-al-aman.com/v1

Authentication

All API requests require a Bearer token in the Authorization header:

Authorization: Bearer your_api_key

Endpoints

Response Format

{
  "success": true,
  "data": { ... },
  "meta": {
    "requestId": "req_abc123",
    "timestamp": "2024-01-15T10:30:00Z"
  }
}