curl --request POST \
--url https://api.example.com/v1/lead-listsCreate a new lead list, or return the existing one if a list with the same name already exists.
curl --request POST \
--url https://api.example.com/v1/lead-listsIdempotent: sending the same name twice returns the same list (HTTPDocumentation Index
Fetch the complete documentation index at: https://docs.topcalls.ai/llms.txt
Use this file to discover all available pages before exploring further.
200 instead of 201). Comparison is case-insensitive and ignores leading/trailing whitespace.
The description field is set on first creation only; subsequent identical-name calls do not modify it.
Required scope: leads:write.