cURL
curl --request GET \ --url https://app-api.walead.ai/api/v1/campaigns/{campaignId}/leads \ --header 'x-api-key: <api-key>'
{ "campaignId": "abc123-def456-ghi789", "total": 150, "leads": [ { "id": "lead-uuid-123", "publicIdentifier": "john-doe-12345", "linkedinUrl": "https://www.linkedin.com/in/john-doe-12345", "entityUrn": null, "firstName": "John", "lastName": "Doe", "name": "John Doe", "email": "john.doe@example.com", "phone": "+1234567890", "companyName": "Example Corp", "headline": "CEO at Example Corp", "website": "https://example.com", "summary": "Experienced executive with a passion for innovation...", "profilePictureUrl": "https://media.licdn.com/dms/image/...", "status": "verified", "internalStatus": "waiting", "currentStep": 0, "customVariables": { "city": "San Francisco", "state": "California", "jobTitle": "Chief Executive Officer", "location": "San Francisco, California" } } ] }
Retrieves all leads associated with a specific campaign
Documentation IndexFetch the complete documentation index at: https://docs.walead.ai/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.walead.ai/llms.txt
Use this file to discover all available pages before exploring further.
API key for authentication. Generate from your WaLead dashboard.
Campaign ID
Leads retrieved successfully
Total number of leads in the campaign
Show child attributes