Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
curl -X GET https://api.linkedcamp.com/leads/60f7a1b2c3d4e5f6a7b8c9d0 \ -H "token: YOUR_API_TOKEN"
{ "success": true, "message": "Lead found successfully!", "data": { "lead": { "profileLink": "https://www.linkedin.com/in/johndoe", "fullName": "John Doe", "firstName": "John", "lastName": "Doe", "status": "CONNECTED", "headline": "CEO at Acme Corp", "conversations": [ { "type": "LINKEDIN", "conversationId": "60f7a1b2c3d4e5f6a7b8c9d1" } ] }, "company": { "name": "Acme Corp", "industry": "Technology" } } }
Returns detailed data for a specific lead including company information and conversations.
Show Data Properties