Skip to main content
POST
/
campaigns
/
{campaignId}
/
leads
Link Leads to Campaign
curl --request POST \
  --url https://api.sternrockcapital.com/campaigns/{campaignId}/leads \
  --header 'Content-Type: application/json' \
  --data '
{
  "leadIds": [
    "<string>"
  ]
}
'
{
  "message": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://mint-docs.sternrockcapital.com/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

campaignId
string<UUID>
required

UUID of the campaign

Body

application/json

List of lead UUIDs to link

leadIds
string<[]uuid>[]

Response

leads linked successfully