Refresh Accounting Data (Synchronous)
Accounting
Refresh Accounting Data (Synchronous)
Refresh Accounting Data
GET
Refresh Accounting Data (Synchronous)
This endpoint requires authentication. Include your Bearer token in the Authorization header.
Description
Refresh Accounting Data Trigger an immediate, synchronous refresh of accounting data for all users in the tenant. This operation processes all users in batches, recalculates earnings from BigQuery, and updates the UserAccounting table. Method: GET Note: This operation runs synchronously and may take some time depending on the number of users. For asynchronous processing, use POST /accounting/tenant/recalculate instead.Code Examples
Authorizations
JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"