Organization API
Manage your Laneful sending infrastructure — workspaces, domains, lanes, and tracks — programmatically through the admin REST API.
On this page
Overview
The Organization API lets you manage the admin functions of your Laneful account. Use it to provision workspaces, configure sending domains, set up delivery lanes, and organize them into tracks — all without touching the dashboard.
All endpoints live under https://api.laneful.net/v1 and follow standard REST conventions. Responses are JSON.
Authentication
Authenticate requests using a Bearer token with your API key:
https://api.laneful.net/v1/workspaces
Resources
The API is organized around core resources:
Workspaces
Workspaces isolate data for different clients or environments. Each workspace has its own keys, domains, stats, and settings.
Domains
Register and verify sending domains. A verified domain is required to send emails — the "from" address must match a verified domain (e.g. no-reply@yourdomain.com). Includes DKIM, tracking, and return-path configuration.
Lanes
Lanes are email sending paths. An IP Lane uses a dedicated IP address (assigned automatically), while a Relay Lane routes through an SMTP relay server with your own credentials. Lanes are attached to Tracks for delivery routing.
Tracks
Tracks are email delivery configurations that group one or more Lanes for routing. Use tracks to organize your sending infrastructure and route emails through specific delivery paths. Currently only the email type is supported.
Full API Reference
For the complete list of endpoints, request/response schemas, and an interactive explorer, see the OpenAPI documentation.
View OpenAPI Reference