POST
/
lead
/
list-campaign
curl --request POST \
  --url https://api.breakcold.com/lead/list-campaign \
  --header 'X-API-KEY: <api-key>'
{
  "message": "List connected to campaign successfully."
}

Authorizations

X-API-KEY
string
header
required

Query Parameters

id_space
string

Space identifier. If 'X-API-KEY' is provided, this parameter is optional.

id_list
string
required

List identifier to connect with the campaign.

id_campaign
string
required

Campaign identifier to connect with the list.

Response

200
application/json
Successfully connected the list to the campaign.

The response is of type any.