cURL
curl --request GET \ --url https://my.cald.ai/client/api/v1/lists/{listId}/contacts \ --header 'Authorization: <api-key>'
{ "contacts": [ { "phoneNumber": "<string>", "prospectName": "<string>", "email": "<string>", "yourCustomVariable": "<string>" } ] }
Get a list of contacts in a specific list
Documentation IndexFetch the complete documentation index at: https://docs.cald.ai/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.cald.ai/llms.txt
Use this file to discover all available pages before exploring further.
Your API key, e.g. caldLiveDe39a3accb206dd615f30d118e519df0
caldLiveDe39a3accb206dd615f30d118e519df0
The list ID of the list
List of contacts in the list
Show child attributes