Skip to main content
This reference covers the Customer API — the endpoints you use with an API key to pull data into your own reports, dashboards, or integrations. No login or password; just the key.

Base URL

Use this base URL in Postman, curl, or your app.

Authentication

Generate an API key in the dashboard (API Keys, Custom plan). Send it with every request:
  • Header (recommended): X-API-Key: <your_api_key>
  • Query (optional): ?api_key=<your_api_key>

Endpoints Overview

Response Format

Responses are JSON. Errors include error and optional message:

Rate Limits

Rate limits may apply. A 429 response means you’re over the limit — slow down and retry later.