Search code examples
jsonpostman

Why I am getting insufficient scope error by posting json through postman?


I have added headers and token but still having insufficient_scope error by posting json through postman


Solution

  • You must share the details of request to get help. But let me also try to help you out blindly.


    I had the same issue in the past and resolved it with some simple attempts.

    1. Please make sure that your token is correct, it's not expired, and it's authorized to make requests and access the relevant resources from the calling API.
    2. Also make sure to add bearer at the start of your token.

    Hope it solves your related issue.