I am trying to play back a call using the Search and Replay API on Contact Recorder. I have set up the API user in the ACR Admin interface, giving it roles "May use external API's, May export recordings as files"
. I have also given it rights to play back all recordings ("000000-999999"
).
Using the HTTP request, it looks like my authentication is passing. When I use an incorrect password, I get "401 Unauthorized"
, and when using the correct password, I get "401 Insufficient rights"
.
Is there anyone that can give me a hint on where to look or roles that I might have missed?