TrackerHub
    TrackerHub
    • Docs
      • 01. Project Overview
      • 02. Authentication
      • 03. Error Handling
      • 04. Input Operations
      • 05. GPS Position Workflow
    • API
      • Device Type
        • Device Type
      • Tracker
        • Tracker
        • Tracker
        • Tracker
        • Tracker
      • Device
        • Create Device
        • List Device
        • Device
        • Device
        • Device
      • Position
        • Position
        • Position
        • Position
        • Create Position
        • Position :vendor
        • latest-position
        • latest-positions
        • latest-positions :deviceId
      • Configuration
        • Config
        • Config
        • Config
        • Config
      • Healthcheck
        GET

    API

    The Tracker HUB is a centralized service designed to manage and process tracking data efficiently. It primarily receives payloads in a standardized format to ensure seamless integration and streamlined data processing. And for clients unable to conform to this format, the system offers optional vendor-specific adapter endpoints to transform non-compliant payloads into the required format.
    The API architecture is optimized for scalability and performance. Requests are divided into two main categories:
    Read Operations: These use the /read path in the Base URL and are dedicated to retrieving or listing existing data.
    Write Operations: These use the /write path in the Base URL and are focused on creating or modifying data within the system.
    This separation ensures that the system can handle a high volume of simultaneous position data submissions while maintaining low latency and minimal queues for read operations.
    Previous
    05. GPS Position Workflow
    Next
    Device Type