Skip to main content

Overview

The Unified Realtime API provides instant access to data from your connected accounts. Each request fetches live data directly from the underlying service - no caching, no delays.

Base URL

Authentication

All requests require a Bearer token:

Required Parameters

Available Resources

The Unified Realtime API supports the following commerce primitives:

Example Request

Example Response

When to Use Realtime API

Use Realtime When

  • You need current data immediately
  • Building dashboards or reports
  • Single record lookups
  • Real-time order management

Use Cached When

  • Bulk data operations
  • Historical analysis
  • Reducing API calls to underlying services
  • Working with rate-limited integrations