The La Growth Machine API: build your outbound into anything.
A REST API to read and drive your workspace from your own code: campaigns and stats, audiences, leads, enrichment, LinkedIn and email messages, your inbox, and real-time webhooks.
Available from the Pro plan
The same API behind our own integrations.
Our n8n node, our MCP server for Claude and ChatGPT, and our website visitor webhooks all run on this API. Whatever they do, your code can do too.
Push leads in
From your product, your forms or your data warehouse, straight into an audience.
Pull results out
Campaign stats, lead logs and conversations for your own reporting.
Build agents
Read the inbox, draft a reply, send it on LinkedIn or email.
Drive campaigns
Update settings, pause and resume, change lead statuses.

Simple to call, easy to debug
One base URL, one API key, JSON in and out. Pass the key as a bearer token, and test it with a single call to list your workspace members.
Every call shows up in your API logs, with the endpoint, the status, a summary of the result and the time. Filter on failed requests to find what went wrong.
The essentials expand_more
- Base URL: https://apiv2.lagrowthmachine.com/flow
- Auth: Authorization: Bearer YOUR_API_KEY, or the x-api-key header
- Rate limit: 50 calls per 10 seconds per key
- Your key and logs: All settings, Integrations & API, API

40 endpoints, the whole outreach loop
Create an audience from a LinkedIn or Sales Navigator search, add and update leads, enrich them, send LinkedIn text or voice messages and emails, manage conversations, and read every stat.
Register an inbox webhook and every message sent or received is posted to your URL in real time, with the lead and the thread.
Endpoint groups expand_more
- Campaigns: list, stats, messages, settings, pause and resume
- Audiences: list, create, import from LinkedIn, leads
- Leads: search, create or update, status, logs, conversations, enrich
- Messages: LinkedIn text or voice, email
- Conversations, identities, members, credits
- CRM lookup, inbox webhooks, website visitor webhooks
How to get started?
Your first call in two minutes.
- keyStep 1
Copy your key
All settings, Integrations & API, API. Keep it private: it gives full access to your account.
- menu_bookStep 2
Open the docs
Every endpoint with its fields and examples, on Postman.
- terminalStep 3
Make a call
Start with GET /members to check your key.
- historyStep 4
Check the logs
See every call and its result in your API logs.
Go further with the API
Webinars, playbooks and guides from the La Growth Machine team and our partners.
La Growth Machine API documentation
Every endpoint with its fields and examples, on Postman.
Open the docs arrow_forward hubResourceLa Growth Machine MCP
Connect Claude, ChatGPT or any AI agent to your workspace, no code.
Explore arrow_forward articleArticleMCP vs API: what is the difference, and when to use each
Pick the right interface for your use case.
Read the article arrow_forward schoolAcademyHow to integrate with anything using Zapier, Make and APIs
A chapter of the La Growth Machine Academy.
Read the chapter arrow_forwardFrequently asked questions
Which plan includes the API? add
The API is available from the Pro plan. The Basic plan doesn't include it.
What happens if I go over the rate limit? add
Requests above 50 calls per 10 seconds per key get a 429 Too Many Requests response. Wait and retry.
Does the API use credits? add
Only enrichment does: 5 credits for an email, 1 for a LinkedIn profile, 5 for both.
Is there a no-code option? add
Yes. Use our official n8n node, our Make and Zapier apps, or connect Claude and ChatGPT through our MCP server.
