Query the country reference dataset. Returns ISO alpha-2 code, country name, and ISO alpha-3 code for each country.
Use this to resolve country codes from booking data (nationality, vessel flag, document country) into human-readable names.
All parameters are optional. Key filterable fields: Code, Name, Alpha3Code.
Example: $filter=Code eq 'GB' returns United Kingdom.
HTTP Basic Authentication using reporting credentials provided by C Teleport. Username and password are issued per-customer — contact api@cteleport.com to obtain yours.
OData filter expression. Examples:
bookingDate gt 2026-01-01status eq 'confirmed'carrier eq 'KL' and departureDate gt 2026-01-01Comma-separated list of fields to include in the response.
OData ordering expression. Examples:
bookingDate desctotalCost ascMaximum number of records to return (default varies by endpoint).
Number of records to skip for pagination.
Set to true to include total record count in the response.