• Overview
    • Packages
      • Create Shipment
        POST
      • Generate AWB
        POST
      • Get Package Current Status
        GET
      • Get Package Status History
        GET
      • List Package Statuses
        GET
      • Cancel Package
        PUT
      • Return Package
        PUT
    • Webhooks
      • Package Status Webhook
    • Addresses
      • List Cities
        GET
    • Schemas
      • NoteMessage
      • AddressDto
      • CitiesTripsTimeSchedule
      • CreatingPackageDto
      • IntegrationPackageRequestDto
      • MainCitiesTripsTimeSchedule
      • PackageItemsToDeliver
      • PackageIdentifiersWrapper
      • LocalizedKeyData
      • PackageStatusResponse
      • City
      • GeofenceData
      • Package

    Overview

    Welcome to the Logestechs API - the API-key authenticated integration surface for creating and tracking shipments on behalf of a single customer account.
    Base URL: https://apisv5.logestechs.com/api

    Authentication#

    Send your API key in the X-API-Key header on every request. The company and customer this key belongs to are resolved from the key itself - there is no company-id header and no email/password to send.

    What you can do#

    Create a shipment
    Cancel or return a package
    Track a package's current status and full status history
    Generate an AWB PDF for one or more packages
    List the company's address book (cities)
    Browse Packages in the sidebar for the full endpoint reference, including request/response schemas and try-it examples.
    Modified at 2026-08-23 12:12:45
    Next
    Create Shipment
    Built with