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" }
The response is of type object.
object
Was this page helpful?