404 Route Not found on Quality Management

I am trying to get a list of interactions from the API. I first tried getting the interaction itself and that also got 404 so I wanted to get a list of them.

v2/qm/interactions?from=2024-09-27T00:00:00Z&to=2024-09-28T00:00:00Z&page_size=30

{“error_msg”:“404 Route Not Found”}

Any ideas?

Also, I get the same 404 route not found when trying to get an individual interaction using the ID.

qm/interactions/{interactionId}