Getting Started

Logimeter API

Welcome to the Logimeter API reference. Build integrations that connect your systems to real-time call tracking, lead management, and AI-powered call analytics.

All API endpoints require a valid API token. See Integration for prerequisites and how to request one.

Products

Base URLs

All requests are made over HTTPS. There is no sandbox environment; use test credentials against production.

Base URL
https://next.logimeter.com

API versions are embedded in the path:

Prefix Version Notes
/v1/ v1 Original partner API. Stable but some endpoints have v2 equivalents.
/v2/ v2 Newer partner API. Stricter backwards-compatibility guarantee. Prefer v2 where available.

Authentication

All API endpoints use token-based authentication. Include your token in every request header:

HTTP Header
Authorization: Token <your_api_token>

Request an API token from support@logimeter.com. See Integration for staging environment details and prerequisites.

Versioning

Logimeter uses explicit URL versioning. Breaking changes are only introduced in new major versions. The current major versions are v1 and v2. Where a v2 equivalent exists for a v1 endpoint, the v2 version is preferred — it has a stricter backwards-compatibility contract and richer response fields.

Support

For integration support, contact support@logimeter.com. Please include your partner name, the endpoint you are calling, and the full request/response in your message.