Docs Home Lightmeter Beam

Lightmeter APIs

Public APIs and developer documentation

Campaigns API

Beta

Create campaigns with automated sequences, add leads incrementally, and manage sending schedules with A/B testing support.

POST /api/v1/campaigns/submit
POST /api/v1/campaigns/{id}/leads
PUT /api/v1/campaigns/{id}
View Documentation

Analytics API

Early Access

Campaign performance metrics, lead statistics, sequence analytics, and comparative reporting with built-in pagination and filtering.

GET /api/v1/analytics/overview
GET /api/v1/campaigns/{id}/analytics
GET /api/v1/campaigns/{id}/analytics/leads
GET /api/v1/campaigns/{id}/analytics/sequence
View Documentation

Getting Started

All API requests should be made to our base URL:

https://beam.lightmeter.io

Authentication

All API endpoints require authentication using Organization API Keys. Include your API key in the Authorization header:

Authorization: Bearer your_api_key_here

Note: If you haven't already received API access, please request it from your account manager.

API keys are scoped to your organization and provide access to all endpoints your account has permissions for.