Ocean Booking Service
Retrieve a list of ocean bookings.
Overview
Returns a list of bookings using pagination parameters.
- limit — Maximum number of results to return in the response.
- offset — Zero-based offset of the first result to return.
- static_filter — Filter names (default: all). Allowed values:
Getting started
Access to this API is limited to approved customers currently doing business with Airlift.
Getting Started GuideOAuth 2.0
Bearer Token
Get an OAuth 2.0 access token using client credentials before calling the APIs.
Open Authorization GuideList bookings.
Returns a list of bookings using pagination parameters.
Query Parameters
Headers
Responses
- 200Successful operation.
- 400Bad request; the request is unacceptable often due to a missing or invalid parameter.
- 401The client cannot be authenticated by the system.
- 403The client does not have permissions to access this endpoint.
- 404The requested resource cannot be found.
- 500Internal server error.
Models
BookingModel
Ocean booking details.
Cargo movement type at destination.
Cargo movement type at origin.
Carrier export voyage number.
Carrier service code.
Contract quotation reference.
Delivery type at destination.
Destination charges payment terms.
Document parties in the booking.
Expected departure date.
Freight payment term code.
Incoterms.
Indicates if equipment substitution is allowed.
Indicates if export declaration is required.
Indicates if partial load is allowed.
Origin charges payment terms.
Top-level contact details for the booking.
Receipt type at origin.
Reference pairs for the booking.
Requested equipment details.
Service contract reference.
Shipment locations for the booking.
Vessel details.
ErrorResponseModel
Error code
Human-readable error message
Rate limits
| Per Hour | Per Minute | Burst |
|---|---|---|
| 4000 | 60 | 100 |
Release Notes
| Version | Date | Notes |
|---|---|---|
| 1.0.0 | 2025-01-06 | Initial release of ocean booking list retrieval. |