Hello there, I found a few articles about unauthorized 401 responses but I haven't found a solution for my issue. I was able to make the two different calls to get an access_token with Postman. { "access_token": "abcdef", "refresh_token": "abcdef", "token_type": "Bearer" } From there, I'm unable to use the API. For example when I'm trying to get the contacts from a list, I obtain the following : What am I missing? Do you have any advices to fix my issue? Thanks.
... View more