cURL
curl --request POST \ --url https://api.sternrockcapital.com/campaigns/{campaignId}/leads \ --header 'Content-Type: application/json' \ --data ' { "leadIds": [ "<string>" ] } '
{ "message": "<string>" }
Associates the specified lead IDs with the given campaign.
UUID of the campaign
List of lead UUIDs to link
leads linked successfully