Hi team,
I’m trying to configure and test the OpenText API using Postman, but I’m encountering an authentication error during setup or request execution. Even though I’m able to successfully generate the access token in the Authorization tab, when I send a request to the server, I receive the following error response:
{ "type": "https://tools.ietf.org/html/draft-nottingham-http-problem-07", "title": "401 UNAUTHORIZED", "status": 401, "detail": "Full authentication is required to access this resource", "traceId": "7a7b2406b5ead78db20e48566f01e0d5"}
Could you please help me understand why this error is occurring even after obtaining the access token, and suggest how to properly authenticate step by step and access the documents through Postman?