cURL
curl --request GET \ --url https://app-api.walead.ai/api/v1/campaigns/{campaignId}/senders \ --header 'x-api-key: <api-key>'
{ "campaignId": "<string>", "campaignName": "<string>", "total": 123, "senders": [ { "id": "<string>", "firstName": "<string>", "lastName": "<string>" } ] }
Retrieves all LinkedIn accounts (senders) associated with a campaign
API key for authentication. Generate from your WaLead dashboard.
Campaign ID
Senders retrieved successfully
Campaign name
Total number of senders
Show child attributes