Hello,
What determines which conversations/messages a user can get through an API endpoint using a Front token they made?
One of our clients provided us with a Front token with the scopes "Shared Resources", "Private Resources", and "Provisioning" enabled, and our plugin would use that token to make API calls on the conversations they select from their inboxes. This client also has a starter plan and works from private inboxes.
Currently, this client is facing an issue where our plugin is unable to read conversations from their private inboxes, and I'm not sure what could be causing that.
When I make a GET request to https://api2.frontapp.com/conversations/cnv_X, I get the follow response body:
Is there anything we could do on our end to fix this issue, or is this primarily caused by our client's Front account?