API access is available for paid plans only (API plan or higher).
cURL
curl --request POST \ --url https://{subdomain}.unicyfalcon.com/api/v1/deliveries
Create a new delivery
{ "order_id": 123, "driver_id": 456, "pickup_address_id": 789, "dropoff_address_id": 101, "status": "scheduled", "tracking_number": "TRACK-2025-001", "pickup_at": "2025-10-28T10:00:00Z", "dropoff_at": "2025-10-28T14:00:00Z", "notes": "string", "delivery_cost": 25.00 }