Discussions
Getting chats using API endpoint
5 months ago by Felix Gutierrez
I need to get through an API call all the contents of a chat identified by a lead uid, now I am able to get all the leads in my pipeline using GET /api/v4/leads/unsorted
endpoint, now I need to get the chat contents for each of those leads, is that possible?