The Albatta Delivery API enables corporate clients to seamlessly integrate their systems with our comprehensive delivery platform. Automate order management, real-time tracking, and streamline your logistics operations.
https://api.test.albattadelivery.com
Use for development and testing
https://api.albattadelivery.com
Use for production traffic
Here's a complete example of creating a delivery order with pickup and delivery addresses
POST {{base_url}}/api/orders/create
Host: https://api.albattadelivery.com
Content-Type: application/json
Authorization: ApiKey YOUR_API_KEY
{
"pickupAddress": {
"governanceId": 2,
"areaId": 15,
"block": "10",
"street": "5",
"office": "",
"floor": "",
"house": "",
"avenue": "",
"building": "12",
"contactCountryCode": "+965",
"contactName": "Warehouse Manager",
"contactPhone": "90001122",
"latitude": 29.337500,
"longitude": 48.073600,
"notes": "take from driver"
},
"pickupDate": "2026-03-16T14:30:00",
"paymentMethod": "KNET",
"deliveryAddress": {
"governanceId": 2,
"areaId": 22,
"block": "5",
"street": "3",
"office": "",
"floor": "",
"house": "",
"avenue": "",
"building": "45",
"contactCountryCode": "+965",
"contactName": "John Doe",
"contactPhone": "55551234",
"latitude": 29.339368,
"longitude": 48.002779,
"notes": "Call upon arrival"
},
"packageDetails": {
"weight": 2.5,
"description": "Documents",
"value": 50.000
},
"notes": "Handle with care"
}
{
"responseCode": 200,
"message": "Success",
"results": {
"orderId": "ORD-2025-001",
"orderNumber": "ALT-20260316-001",
"status": "pending",
"createdAt": "2026-03-16T10:30:00"
}
}
Create, update, and track delivery orders programmatically with full lifecycle management.
Monitor delivery status in real-time with GPS tracking and automated status updates.
Receive instant webhooks and notifications for order events and status changes.
Enterprise-grade security with JWT token-based authentication.
Access detailed delivery analytics and generate comprehensive reports.
Modern REST architecture with JSON responses and comprehensive documentation.
POST /api/orders/createGET /api/orders/detailsGET /api/orders/historyPOST /api/orders/cancelGET /api/master/governances/arGET /api/master/areasGET /api/master/vehicle-typesGET /api/reports/corporate-ordersGET /api/exceptions/allPOST /api/orders/calculate-pricePOST /api/orders/create-bulkDownload our Postman collection and start testing the API immediately
No credentials required for sandbox testing