How do I get the conversation IDs of chats assigned to an agent?

Is there a GET conversations API that gives me the conversation IDs of conversations?

In all APIs I can see that we need to pass conversation ID, but how do I get the IDs?

The conversation id is available in webhook. By listening to webhook, further api’s can be triggered as demanded by the usecase

1 Like