PUT
/
v1
/
leads
/
lists
/
{list_id}
curl --request PUT \
  --url https://api.eqho.ai/v1/leads/lists/{list_id} \
  --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

Path Parameters

list_id
string
required

Body

application/json

A set of optional updates to be made to a document in the database.

Response

200
application/json
Successful Response

The response is of type object.