Upload Incremental Data

Uploads time-series or event-based data that accumulates over time. Unlike snapshot data, incremental data is appended to existing records rather than replacing them. This is best suited for logs, transactions, and historical activity streams.

Incremental Data Characteristics

  • Appended to existing data; previous data is retained
  • Usually includes timestamps
  • Ideal for capturing activity logs, transaction records, and event timelines

Supported Incremental Entities

  • user_activity: Login or activity events from apps
  • transactions: SaaS payments and subscription spend
  • contracts: Vendor contract metadata
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

Unique identifier of the sync

Body Params

Request to upload time-series or event-based incremental data

string
required

The active sync session ID obtained from the sync initiation endpoint

string
enum
required

The type of incremental entity being uploaded. These entities accumulate over time.

Allowed:
integer
required
≥ 1

Sequential page number for batch uploads within this entity type

data
array of objects
required
length ≤ 1000

Array of event or transaction records with timestamps. Maximum 1000 records per request.

data*
Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json