Documentation Index
Fetch the complete documentation index at: https://docs.linkedcamp.com/llms.txt
Use this file to discover all available pages before exploring further.
Overview
The LinkedCamp API allows you to programmatically manage your LinkedIn outreach campaigns, leads, conversations, webhooks, and more. Use this API to integrate LinkedCamp into your existing workflows, CRMs, and automation tools.Base URL
All API requests should be made to:Key Features
Campaigns
Create, manage, and track LinkedIn outreach campaigns programmatically.
Leads
Add leads to campaigns, update lead data, and track lead statuses.
Conversations
Send messages to prospects and retrieve conversation histories.
Webhooks
Set up real-time notifications for campaign events like connection accepts or replies.
Quick Start
Get your API Token
Log in to your LinkedCamp account and retrieve your API token from the settings page. Alternatively, agency owners can use the Get API Token endpoint.
Response Format
All API responses follow a consistent JSON structure:| Field | Type | Description |
|---|---|---|
success | boolean | Whether the request was successful |
message | string | A human-readable message describing the result |
data | object | The response payload (varies per endpoint) |
