Back to Documentation
API Reference
Complete reference for the Bait Al-Aman REST API.
Base URL
https://api.bait-al-aman.com/v1Authentication
All API requests require a Bearer token in the Authorization header:
Authorization: Bearer your_api_keyEndpoints
Response Format
{
"success": true,
"data": { ... },
"meta": {
"requestId": "req_abc123",
"timestamp": "2024-01-15T10:30:00Z"
}
}