GET
/
v1
/
leads
/
lists
/
{list_id}
curl --request GET \
  --url https://api.eqho.ai/v1/leads/lists/{list_id} \
  --header 'X-API-KEY: <api-key>'
{
  "campaign_id": "65c1408b9594d20c4c32abbd",
  "name": "TypeForm Signups"
}

Authorizations

X-API-KEY
string
header
required

Path Parameters

list_id
string
required

Response

200
application/json
Successful Response

The response is of type object.