Skip to main content
The Fluxrate SDK endpoint provides a simple, reliable way to track usage events from your backend. It’s designed to work from any language or framework.

Base URL

Authentication

Use an API key with usage.write scope:
Create your key in Dashboard → API Keys.

Endpoints

Quick Example

What Happens

  1. Fluxrate looks up the meter by meter_token
  2. Resolves the customer by customer_external_id (creates if new)
  3. Stores the usage event in the database
  4. Returns the created event record

Response

Error Codes

Integration Patterns

Tracking Usage

Detailed guide with code examples in Python, Node.js, and Go.

Aggregation Types

Choose the right aggregation for your meter type.