Skip to main content

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.

Base URL

https://api.linkedcamp.com

Available Endpoints

Users

MethodEndpointDescription
GET/users/meGet current authenticated user
GET/users/{userId}Generate token for a user
POST/users/registerRegister a new sub-account
POST/users/pausePause a sub-account
POST/users/resumeResume a sub-account
POST/users/cancelCancel (delete) a sub-account

Campaigns

MethodEndpointDescription
POST/campaignsCreate a new campaign
GET/campaignsList all campaigns
GET/campaigns/{campaignId}Get a specific campaign
GET/campaigns/{campaignId}/statsGet campaign statistics
PUT/campaigns/{campaignId}Update campaign status

Leads

MethodEndpointDescription
GET/leadsList leads for a campaign
GET/leads/{leadId}Get a specific lead
POST/leads/updateUpdate lead information
PUT/leads/{leadId}Pause, resume, or delete a lead
POST/leads/add-to-campaignAdd leads to an existing campaign

Conversations

MethodEndpointDescription
POST/conversations/send-messageSend a message to a lead
GET/conversations/{conversationId}Get conversation messages

Webhooks

MethodEndpointDescription
POST/webhooksCreate a webhook
GET/webhooksList all webhooks
GET/webhooks/{webhookId}Get a specific webhook
DELETE/webhooks/{webhookId}Delete a webhook

Tags

MethodEndpointDescription
POST/tagsCreate a tag
GET/tagsList all tags

Blacklists

MethodEndpointDescription
POST/blacklistsAdd a blacklist entry
GET/blacklistsList blacklist entries

API Tokens

MethodEndpointDescription
GET/tokensGet API token for a sub-account (agency)