POST
/
v1
/
leads
/
lists
Create Empty Lead List
curl --request POST \
  --url https://api.eqho.ai/v1/leads/lists \
  --header 'Content-Type: application/json' \
  --header 'X-API-KEY: <api-key>' \
  --data '{
  "name": "TypeForm Signups",
  "campaign_id": "<string>"
}'
{
  "campaign_id": "65c1408b9594d20c4c32abbd",
  "name": "TypeForm Signups"
}

Authorizations

X-API-KEY
string
header
required

Body

application/json
name
string
required

The name of the lead list.

Examples:

"TypeForm Signups"

campaign_id
string | null

The ID of the campaign associated with the lead list.

Response

Successful Response

_id
string | null
account_id
string | null
name
string
campaign_id
string | null
enabled
boolean | null
default:true
history
object