Postman error "No authentication bearer token specified in authorization header."

I'm trying to get a report of the billable license usage through postman. when run the command in postman get this error below, if anyone has any advise, please share

{

"message": "No authentication bearer token specified in authorization header.",

"code": "authentication.required",

"status": 401,

"contextId": "f9e16f3e-f12c-4914-8227-219275afa78e",

"details": [],

"errors": []

}

As the 401 error states, you must include authorization with your request. I'd suggest configuring postman to use the implicit grant. https://developer.genesys.cloud/authorization/platform-auth/use-implicit-grant

1 Like

Thanks for the advise Tim, I got that figure out.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.