# LinkedCamp API ## Docs - [Create Blacklist](https://docs.linkedcamp.com/api-reference/blacklists/create-blacklist.md): Add a blacklist entry to prevent outreach to specific profiles, job titles, or keywords. - [List Blacklists](https://docs.linkedcamp.com/api-reference/blacklists/list-blacklists.md): Returns blacklist entries for the authenticated user, optionally filtered by type. - [Create Campaign](https://docs.linkedcamp.com/api-reference/campaigns/create-campaign.md): Create a new LinkedIn outreach campaign. - [Get Campaign](https://docs.linkedcamp.com/api-reference/campaigns/get-campaign.md): Returns detailed data for a specific campaign. - [Get Campaign Stats](https://docs.linkedcamp.com/api-reference/campaigns/get-campaign-stats.md): Returns analytics and statistics for a specific campaign, with optional date range filtering. - [List Campaigns](https://docs.linkedcamp.com/api-reference/campaigns/list-campaigns.md): Returns all campaigns for the authenticated user, optionally filtered by status. - [Update Campaign Status](https://docs.linkedcamp.com/api-reference/campaigns/update-campaign-status.md): Update the status of a specific campaign. - [Get Messages](https://docs.linkedcamp.com/api-reference/conversations/get-messages.md): Returns all messages in a specific conversation. - [Send Message](https://docs.linkedcamp.com/api-reference/conversations/send-message.md): Send a message to a prospect in an existing conversation. - [Add Leads to Campaign](https://docs.linkedcamp.com/api-reference/leads/add-leads-to-campaign.md): Add one or more leads to an existing campaign. Leads are automatically deduplicated within the same campaign. - [Get Lead](https://docs.linkedcamp.com/api-reference/leads/get-lead.md): Returns detailed data for a specific lead including company information and conversations. - [List Leads](https://docs.linkedcamp.com/api-reference/leads/list-leads.md): Returns leads for a specific campaign, optionally filtered by status. - [Update Lead](https://docs.linkedcamp.com/api-reference/leads/update-lead.md): Update information for a specific lead across all campaigns it appears in. - [Update Lead Status](https://docs.linkedcamp.com/api-reference/leads/update-lead-status.md): Pause, resume, or delete a lead in a campaign. - [API Reference Overview](https://docs.linkedcamp.com/api-reference/overview.md): Complete reference for all LinkedCamp API endpoints - [Create Tag](https://docs.linkedcamp.com/api-reference/tags/create-tag.md): Create a new tag for organizing and categorizing leads. - [List Tags](https://docs.linkedcamp.com/api-reference/tags/list-tags.md): Returns all tags created by the authenticated user. - [Get API Token](https://docs.linkedcamp.com/api-reference/tokens/get-api-token.md): Retrieve the API token for a specific sub-account. This endpoint is only available to agency owners. - [Cancel Sub-Account](https://docs.linkedcamp.com/api-reference/users/cancel-subaccount.md): Cancel and delete a sub-account from an agency account. - [Get Current User](https://docs.linkedcamp.com/api-reference/users/get-current-user.md): Returns the currently authenticated user along with their linked LinkedIn and email accounts. - [Generate Token](https://docs.linkedcamp.com/api-reference/users/get-token.md): Generates an authentication token for a specific user by their user ID. - [Pause Sub-Account](https://docs.linkedcamp.com/api-reference/users/pause-subaccount.md): Pause a sub-account under an agency account. - [Register Sub-Account](https://docs.linkedcamp.com/api-reference/users/register-subaccount.md): Create a new sub-account under an agency account. - [Resume Sub-Account](https://docs.linkedcamp.com/api-reference/users/resume-subaccount.md): Resume a previously paused sub-account under an agency account. - [Create Webhook](https://docs.linkedcamp.com/api-reference/webhooks/create-webhook.md): Create a webhook to receive real-time notifications when specific campaign events occur. - [Delete Webhook](https://docs.linkedcamp.com/api-reference/webhooks/delete-webhook.md): Permanently delete a specific webhook. - [Get Webhook](https://docs.linkedcamp.com/api-reference/webhooks/get-webhook.md): Returns data for a specific webhook. - [List Webhooks](https://docs.linkedcamp.com/api-reference/webhooks/list-webhooks.md): Returns all webhooks for the authenticated user. - [Authentication](https://docs.linkedcamp.com/authentication.md): Learn how to authenticate with the LinkedCamp API - [Introduction](https://docs.linkedcamp.com/introduction.md): Welcome to the LinkedCamp API documentation ## OpenAPI Specs - [defination](https://docs.linkedcamp.com/defination.yml) - [openapi](https://docs.linkedcamp.com/api-reference/openapi.json)