Skip to content

Service Token API

The AutoROICalc service token is used for API-based integrations. It lets trusted systems create or manage records through the AutoROICalc API, which is useful for custom backends, scheduled jobs, server-side conversions, and internal automation.

When to Use the Service Token

Use the service token when you want to:

  • Send records from a backend service
  • Import data from a custom system
  • Connect automation tools or internal scripts
  • Build a server-side data pipeline
  • Use the Records API instead of manual imports

Where to Find It

Open the AutoROICalc Integrations page and copy the service token from the Service Token API section.

Protect your service token

Treat the service token like a password. Do not publish it in frontend code, public repositories, screenshots, or client-side JavaScript.

Records API

Most custom integrations use the Records API to add records with fields such as type, description, date, source, tags, value, raw data, and custom data.

Records API Guide AutoROICalc API Docs

Next Steps