How to get tagged conversations from Front

Hi, can you help to get the right way to get all the tagged conversations in Front.

I used the Make an API call and passed the tag=value but the results do not filter the data.
Here is the link to the Front API for the endpoint.
Endpoint List Tagged conversations

According to the documentation you linked, you should be including the tag id as part of the URL. You do not pass the tag id via the query parameters.

Screenshot_2023-09-26_113257

So, in the URL field (first field in your screenshot, it should be:

tags/tag_18kg97/conversations

Remove the Query String - it is not needed.

2 Likes