What You Can Build
Sales Automation
Generate leads, automate outreach on LinkedIn/WhatsApp, track funding signals, and enrich company data in real-time.
Recruitment Automation
Source candidates, track hiring companies, and connect with talent on LinkedIn and WhatsApp at scale.
What’s New in V2
Action-Based Endpoints
Each category has a single endpoint. Send the
action in the request body instead of calling different URLs.Account Management
Manage your accounts via the API. List accounts, get details, and use
account_id in all requests.Standardized Responses
Every response follows the same format with
success, data/error, and metadata fields.Quick Start
1. Get Your API Key
Sign up at linkupapi.com2. Connect Your Account
3. Make Your First Request
Authentication
All V2 endpoints require your API key in thex-api-key header.
Request Format
All action endpoints usePOST with the following body structure:
The unique identifier of the account to use for this action.
The action to perform. Each category has its own set of available actions.
Action-specific parameters. See each action’s documentation for required and optional fields.
Response Format
Every V2 response follows a standardized format.Success Response
Error Response
Credit System
Most actions consume 1 credit per request. Actions that return lists (search, get connections, etc.) consume 1 credit per 10 results, rounded up. For example:- Fetching a single profile: 1 credit
- Searching with 25 results: 3 credits (25 / 10 = 2.5, rounded up to 3)
- Listing 10 connections: 1 credit
metadata.credits_consumed field of the response.
Available Categories
| Category | Endpoint | Description |
|---|---|---|
| Profiles | POST /v2/profiles | Get profile info, search profiles, visit profiles, get contact info |
| Messages | POST /v2/messages | Send messages, get conversations, list inbox |
| Network | POST /v2/network | Send connection requests, manage invitations, get connections |
| Content | POST /v2/content | Create posts, comment, like, repost, get feed |
| Recruiter | POST /v2/recruiter | Create job posts, get candidates, manage job offers |
| Credits | GET /v2/credits | Check your credit balance |
| Webhooks | POST/GET /v2/webhooks | Real-time event notifications via webhook URLs |
POST /v2/mail | Find, reverse-lookup, and validate email addresses |
Need Help?
- Check our Migration Guide if you’re coming from V1
- Email: [email protected]