EIGENN.
docsguidesapichangelogpricingsign in
EIGENN.

Remote Tracker API Status

Understand the supported import path for Harvest, Toggl, Clockify, and other external time trackers.

Now, Eigenn public API v1 does not connect directly to Harvest, Toggl, Clockify, or another standalone time tracker. There are no public credential, connection-status, preview, confirmation, scheduled-sync, or sync-history endpoints for those providers.

Supported Integration Path

Use a server-side integration. The integration must do these steps:

  1. Store the provider credential outside Eigenn and outside browser storage.
  2. Read the completed entries from the provider.
  3. Map the provider users and projects to team-owned Eigenn UUIDs.
  4. Convert the duration to whole seconds.
  5. Convert the dates to YYYY-MM-DD.
  6. Submit the normalized records through POST /tracker-entries/bulk.
  7. Record the provider IDs and the import checkpoints in your own integration store.

See Tracker Entries and Timers for the complete bulk request contract.

Duplicate Protection

The bulk tracker endpoint supports Eigenn idempotency keys. But the tracker-entry model does not show a provider source ID or a provider-specific uniqueness key. We recommend that your integration keeps a stable provider-entry ID. We also recommend that you do not send the same logical entry two times.

Use one Eigenn idempotency key for one HTTP request. If a request times out, query the imported date range before you send it again. Do not generate a new idempotency key. Do not replay the same provider page blindly.

Credential Boundary

Never send provider tokens to Eigenn tracker endpoints. Keep them in a server-side secret manager. Exclude them from URLs, logs, analytics, client bundles, browser storage, and error messages.

What Is Available

The native REST tracker supports:

  • project CRUD and billing defaults
  • completed entry CRUD and bulk import
  • active timer start, stop, current, and status operations
  • reusable tracker categories
  • project, date, customer, status, and category filters where documented

Related Pages

  • Tracker Entries and Timers
  • Tracker Projects
  • Tracker Categories
  • Integrations

Rate Limits

Plan Eigenn API traffic around authenticated, pre-authentication, and OAuth request limits.

Tracker Categories API

Create reusable category tags and assign them safely to team-owned tracker projects.

On this page

Supported Integration PathDuplicate ProtectionCredential BoundaryWhat Is AvailableRelated Pages

Eigenn docs

current product

Overview
Overview
OverviewAccount PreferencesAssistant AutomationAssistant Command CenterBank ConnectionsBilling and UsageBudgets and ForecastCommand CenterCustomer LifecycleCustomer RecordsCustomersDeveloper PlatformDocument Processing and ExtractionDocument VaultFinancial Analytics and ReportsFinancial OverviewInvoice InsightsInvoice ProductsInvoicesMarketplace IntegrationsNotifications and BrandingOnboarding and SupportOverviewReceivablesReceivables AnalyticsReceivables ControlsSecurity and AccessSettings OverviewStress TestsTeams and OrganizationsTone Profiles and ExperimentsTransaction Categories and RulesTransactionsWeekly Finance RitualWorkflow ExecutionsWorkflow PausesWorkflowsWorkspace Inbox and Approvals
OverviewBuild and Review a ForecastBuild Your First WorkflowConfigure Assistant OperationsConfigure Notifications and BrandingConfigure Receivables ControlsConnect Transaction RecordsCreate and Manage CustomersCreate and Send InvoicesDeveloper API SetupFirst Cash ReviewInvoice Collection WorkflowMaintain Transaction RulesManage Security and BillingManage Team AccessManage the Invoice LifecycleMCP WorkflowsMonitor and Recover WorkflowsOrganize and Share DocumentsProcess Inbox ItemsReconcile and Categorize TransactionsReview a Customer Finance RecordRun a Finance Operating ReviewRun a Receivables Tone ExperimentRun a Runway Stress TestRun Your First Command Center ReviewSet Up a WorkspaceTroubleshoot Account AccessWebhook DeliveryWeekly CFO Review
OverviewIntegrationsMCPSDKsWebhooks
OverviewAuthenticationBank Accounts APICustomers APIErrorsForecasts and Stress Tests APIInvoice Payments APIInvoices APIPaginationRate LimitsRemote Tracker API StatusTracker Categories APITracker Entries and Timers APITracker Projects APITransactions APIWebhooks API StatusWorkflows API Status
Overview
Overview