Legacy Dev Forum Posts

 View Only

Sign Up

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

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

    Posted 06-05-2025 18:25

    p.hasitha | 2023-03-10 16:11:11 UTC | #1

    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": []

    }


    tim.smith | 2023-03-15 04:23:58 UTC | #2

    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


    p.hasitha | 2023-03-15 04:23:49 UTC | #4

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


    system | 2023-04-14 04:23:57 UTC | #5

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


    This post was migrated from the old Developer Forum.

    ref: 18831