LoadLinker API
Integrate port booking capabilities directly into your applications with our powerful REST API.
API Features
Everything you need to build powerful logistics applications
Real-time Data
Access live port availability, booking status, and vessel tracking information in real-time.
RESTful Design
Clean, intuitive REST API with JSON responses and standard HTTP status codes.
Webhooks
Receive instant notifications about booking updates, status changes, and system events.
Quick Start
Get started with a simple booking request
curl -X POST https://api.loadlinker.com/v1/bookings \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"port_id": "cpt_001",
"vessel_name": "MV Example",
"arrival_date": "2024-02-15T10:00:00Z",
"cargo_type": "containers",
"quantity": 100
}'API Endpoints
Core endpoints for port booking operations
/api/v1/portsGet list of available ports
Returns: Array of port objects with availability data
/api/v1/bookingsCreate a new port booking
Returns: Booking confirmation with reference number
/api/v1/bookings/{id}Get booking details by ID
Returns: Booking object with current status
/api/v1/bookings/{id}Update existing booking
Returns: Updated booking object
Ready to start building?
Get your API keys and start integrating LoadLinker into your applications today.